Make your console outputs colored!
(yes, I know this has been done a ton of times before, but whatever)
How to use
const clr = ;console // to get a list of the foreground colors availableconsole // to get a list of the background colors availableconsole; // prints the blinking string "Hello, world!" with white text and green background.console // prints the string "Hello, world!" with blue text and white background.
There is also support for underline and bold.