Function bgBrightBlue

  • Set background color to bright blue.

    Parameters

    • str: string

      The text to make its background bright blue

    Returns string

    The text with bright blue background

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

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