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
Inspired in: https://github.com/FormidableLabs/react-image-palette/blob/master/src/get-image-palette.js#L204
Instead of return an array of dominant colors, another great approach is specify what background-color and color combination could be great.
background-color
color
For do that, it's necessary determinate the contast color according with WCAG accessibility guidelines.
The text was updated successfully, but these errors were encountered:
Moved into a separate package: https://github.com/Kikobeats/colorable-dominant
Sorry, something went wrong.
No branches or pull requests
Inspired in: https://github.com/FormidableLabs/react-image-palette/blob/master/src/get-image-palette.js#L204
Instead of return an array of dominant colors, another great approach is specify what
background-color
andcolor
combination could be great.For do that, it's necessary determinate the contast color according with WCAG accessibility guidelines.
The text was updated successfully, but these errors were encountered: