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
culori
culori/fn
By default, culori exports adds all possible color model. Most of them used by nobody (like xyz or rgb-d60).
xyz
rgb-d60
With moving to culori/fn you will be able to reduce JS bundle, speed up initialization and reduce memory usage a little.
Here is an example of transition: antiflasher/apcach#13
The text was updated successfully, but these errors were encountered:
No branches or pull requests
By default,
culori
exports adds all possible color model. Most of them used by nobody (likexyz
orrgb-d60
).With moving to
culori/fn
you will be able to reduce JS bundle, speed up initialization and reduce memory usage a little.Here is an example of transition:
antiflasher/apcach#13
The text was updated successfully, but these errors were encountered: