helper functions for stylized printing to the console
set console text color. Add to the stringh to change the color.
set console text background color. Add to the stringh to change the background color.
set the style of the text
console.log() with stylizations with preventing overflow
Parameter | Type | Description |
---|---|---|
string | String | string to output |
color | String | color of text (cmd.color) |
backgroundColor | String | bacground color of text (cmd.backgroundColor) |