bgRgb8(): string
Set background color using paletted 8bit colors. https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit
The text with paletted 8bit background color
bgRgb8(): string
Set background color using paletted 8bit colors. https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit
The text with paletted 8bit background color
Add Package
deno add jsr:@std/fmt
Import symbol
import { bgRgb8 } from "@std/fmt/colors";
---- OR ----
Import directly with a jsr specifier
import { bgRgb8 } from "jsr:@std/fmt/colors";
Add Package
npx jsr add @std/fmt
Import symbol
import { bgRgb8 } from "@std/fmt/colors";
Add Package
yarn dlx jsr add @std/fmt
Import symbol
import { bgRgb8 } from "@std/fmt/colors";
Add Package
pnpm dlx jsr add @std/fmt
Import symbol
import { bgRgb8 } from "@std/fmt/colors";
Add Package
bunx jsr add @std/fmt
Import symbol
import { bgRgb8 } from "@std/fmt/colors";