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