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