Function bgBrightGreen

  • Set background color to bright green.

    Parameters

    • str: string

      The text to make its background bright green

    Returns string

    The text with bright green background

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

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