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
Installed the latest Version and got this error:
Property 'isReadable' does not exist on type 'Colord'
The text was updated successfully, but these errors were encountered:
@Jacktoolsnet hey i also came across the issue, but its an easy fix. Just need to include the a11y plugin for the isReadable() method to work:
a11y
isReadable()
import a11yPlugin from "colord/plugins/a11y"; extend([a11yPlugin]);
The documentation could definitely be improved to make this more clear though.
Sorry, something went wrong.
@callum-ds thank you very much.
No branches or pull requests
Installed the latest Version and got this error:
Property 'isReadable' does not exist on type 'Colord'
The text was updated successfully, but these errors were encountered: