Skip to content
New issue

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

Create @neodx/colors - tiny isomorphic console color helpers #49

Closed
secundant opened this issue Apr 21, 2023 · 0 comments · Fixed by #51
Closed

Create @neodx/colors - tiny isomorphic console color helpers #49

secundant opened this issue Apr 21, 2023 · 0 comments · Fixed by #51
Assignees
Labels
feature New feature or request internal Issues related to any internal library (fs, std, ...) scope:log Issues related to logger

Comments

@secundant
Copy link
Owner

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.

@secundant secundant added feature New feature or request scope:log Issues related to logger internal Issues related to any internal library (fs, std, ...) labels Apr 21, 2023
@secundant secundant self-assigned this Apr 21, 2023
@secundant secundant linked a pull request May 1, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request internal Issues related to any internal library (fs, std, ...) scope:log Issues related to logger
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant