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