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
The readme suggests that space.lab.lch is a function:
space.lab.lch
color-space/README.md
Lines 13 to 16 in 9687f77
However, running this throws TypeError: space.lab.lch is not a function.
TypeError: space.lab.lch is not a function
Should this be space.lab.lchab instead?
space.lab.lchab
The text was updated successfully, but these errors were encountered:
You're right, that's lchab. But it needs certain rework - the list of spaces must be updated to at least include modern CSS spaces #51
lchab
Sorry, something went wrong.
No branches or pull requests
The readme suggests that
space.lab.lch
is a function:color-space/README.md
Lines 13 to 16 in 9687f77
However, running this throws
TypeError: space.lab.lch is not a function
.Should this be
space.lab.lchab
instead?The text was updated successfully, but these errors were encountered: