paperdave / various

Various libraries and applications related to TypeScript. Everything is contained in a monorepo to improve productivity and reduce boilerplate.
MIT License
30 stars 3 forks source link

logger: rgb colors on unsupported environments #8

Closed paperdave closed 2 years ago

paperdave commented 2 years ago

Right now the rgb ansi colors are always used, even if the terminal does not support them.

paperdave commented 2 years ago

since I'm feeling a bit lazy + having an incredible amount of backlog work, I might just switch to chalk@4 since or another library specifically for colors. note that v4 is required for bun support at the moment.

paperdave commented 2 years ago

using chalk v4 on v2.1.0