We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@neodx/colors
Primary goal is bundle size and different behavior on node and browser.
chalk is great choice for NodeJS, but it isn't possible to take for universal solution (I am working on abstract logging factory now).
chalk
kleur, picocolors and other (I didn't research much for others) have limitations.
kleur
picocolors
The text was updated successfully, but these errors were encountered:
@neodx/log
secundant
Successfully merging a pull request may close this issue.
Primary goal is bundle size and different behavior on node and browser.
chalk
is great choice for NodeJS, but it isn't possible to take for universal solution (I am working on abstract logging factory now).kleur
,picocolors
and other (I didn't research much for others) have limitations.The text was updated successfully, but these errors were encountered: