Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/gutenberg/table/deps.ts>color.rgb8

📝 Complete, correct, and thoroughly tested string manipulation library.
Latest
function color.rgb8
import { color } from "https://deno.land/x/gutenberg@0.1.5/table/deps.ts";
const { rgb8 } = color;

Set text color using paletted 8bit colors. https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit

Parameters

str: string
color: number

Returns

string