Skip to content

rgb8

1
function rgb8(str: string, color: number): string

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

Parameters

ParameterTypeDescription
strstringtext color to apply paletted 8bit colors to
colornumbercode

Returns

string

Source

twitchfy/packages/eventsub/src/logger/colors.ts:399