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