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