react-color-extractor
react-color-extractor copied to clipboard
A React component which extracts colors from an image
Cors issue on chroe working fine on safari
having cors problem, and "chrome extension" shouldnt be the fix, because my end users wont have any extensions to see my website. what could be the solve?
I'm using image generated on the fly, and it doesn't work. Is there a solution ? `const logo = "http://www.edgebase.com/companies/amazon/logo?width=80&height=80"` ` console.log(colors)} onError={error => console.log(error)} />` ```` Cannot load buffer...
You say the size of this lib is 2.8KB. bundlephobia says its 121 / 35KB (when MINIFIED + GZIPPED) Which is accurate?
Here's the code, it does not return any color palette but it works when using some image that I saved from google. ` import { ColorExtractor } from 'react-color-extractor'; return...
The prop called maxColors does not limit the number of colors from the element. No matter if i add 4 (as number) or 10 (as number) it is still the...