mdbassit / Coloris

A lightweight and elegant JavaScript color picker. Written in vanilla ES6, no dependencies. Accessible.
https://coloris.js.org/examples.html
MIT License
443 stars 58 forks source link

Feature Request: Add Eyedropper #142

Closed av01d closed 5 months ago

av01d commented 5 months ago

Chrome and Edge support a very cool new EyeDropper API. Could you add it to Coloris? https://developer.mozilla.org/en-US/docs/Web/API/EyeDropper

mdbassit commented 5 months ago

This has already been requested in #95.

My position on it hasn't changed, the EyeDropper interface is still experimental and is only supported in Chromium/Blink browsers. I will consider adding it when it matures and is supported by all modern browsers.

av01d commented 5 months ago

I didn't check the closed issues, sorry. Thanks for you reply!