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