Function bgBrightMagenta

  • Set background color to bright magenta.

    Parameters

    • str: string

      The text to make its background bright magenta

    Returns string

    The text with bright magenta background

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

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