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