Function bgBrightRed

  • Set background color to bright red.

    Parameters

    • str: string

      The text to make its background bright red

    Returns string

    The text with bright red background

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

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