Function bgMagenta

  • Set background color to magenta.

    Parameters

    • str: string

      The text to make its background magenta

    Returns string

    The text with magenta background

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

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