lisaychuang / bite-log

A bite size colorful and tagged logger for Node and browsers
MIT License
2 stars 1 forks source link

[feature] Colorize text in node #11

Open mike-north opened 6 years ago

mike-north commented 6 years ago

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).

lisaychuang commented 6 years ago

Let's handle Node.js support in three phases.

in PR #24 we will implement step 1 for now.

mike-north commented 6 years ago

is this done yet?