Function bgBrightWhite

  • Set background color to bright white.

    Parameters

    • str: string

      The text to make its background bright white

    Returns string

    The text with bright white background

    import { bgBrightWhite } from "@std/fmt/colors";

    console.log(bgBrightWhite("Hello, world!"));