Skip to content

bgRgb8

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

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

Parameters

ParameterTypeDescription
strstringtext color to apply paletted 8bit background colors to
colornumbercode

Returns

string

Source

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