Set background color to cyan.
The text to make its background cyan
The text with cyan background
import { bgCyan } from "@std/fmt/colors";console.log(bgCyan("Hello, world!")); Copy
import { bgCyan } from "@std/fmt/colors";console.log(bgCyan("Hello, world!"));
Set background color to cyan.