Thanks so much for offering this library!
I was wondering if you could link to a working demo, maybe at Codesandbox or somewhere.
From the Readme, I haven't been able to figure out how to get this working.
If I use <EyeDropper pickRadius={1} onChange={onChange} /> and
function onChange({ rgb, hex }) {
console.log({ hex });
}
Then I just see a black oval, and clicking it just logs hex: '#000000' but never opens an eyedropper.
Thanks.
Thanks so much for offering this library!
I was wondering if you could link to a working demo, maybe at Codesandbox or somewhere.
From the Readme, I haven't been able to figure out how to get this working.
If I use
<EyeDropper pickRadius={1} onChange={onChange} />andThen I just see a black oval, and clicking it just logs
hex: '#000000'but never opens an eyedropper.Thanks.