Function bgBrightBlack

  • Set background color to bright black.

    Parameters

    • str: string

      The text to make its background bright black

    Returns string

    The text with bright black background

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

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