Looks like console works differently in Node. We'll have to use a different set of colors for Node, and almost certainly use https://github.com/chalk/ansi-styles#256--16-million-truecolor-support since different terminals support different numbers of colors (i.e., none at all, 256 colors, 16 million colors).
Looks like console works differently in Node. We'll have to use a different set of colors for Node, and almost certainly use https://github.com/chalk/ansi-styles#256--16-million-truecolor-support since different terminals support different numbers of colors (i.e., none at all, 256 colors, 16 million colors).