Description:
A React component that generates a WCAG compliant color theme from any image.
Every palette is parsed from the most dominant and vibrant colors in the source image, and guaranteed to meet the WCAG contrast standard for accessible color pairings.
Installation:
# Yarn $ yarn add image-palette # NPM $ npm install image-palette --save






