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