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