uiwjs / react-color

🎨 Is a tiny color picker widget component for React apps.
https://uiwjs.github.io/react-color
MIT License
291 stars 96 forks source link

Add eyedropper to Chrome #148

Closed dumbmatter closed 5 months ago

dumbmatter commented 5 months ago

Chrome's actual color picker widget has an eye dropper to let you pick any color. Chrome actually has an API to let you easily add that functionality https://developer.mozilla.org/en-US/docs/Web/API/EyeDropper - although it won't work in any other browsers, unfortunately. Might still be worth adding, you can do feature detection to decide whether to show it or not.

jaywcjlove commented 5 months ago

@dumbmatter Upgrade v2.2.0