Function bgRed

  • Set background color to red.

    Parameters

    • str: string

      The text to make its background red

    Returns string

    The text with red background

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

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