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