rgb8

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

Signature

export declare function rgb8(str: string, color: number): string;
JSDoc
Parameters
str
text color to apply paletted 8bit colors to
color
code

Members

This export does not declare public properties or methods in the generated declaration file.