Invert background color and text color.
The text to invert its color
The inverted text
import { inverse } from "@std/fmt/colors";console.log(inverse("Hello, world!")); Copy
import { inverse } from "@std/fmt/colors";console.log(inverse("Hello, world!"));
Invert background color and text color.