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