Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

New EyeDropper feature #1179

Merged
merged 8 commits into from
Jun 4, 2024
15 changes: 15 additions & 0 deletions features/eyedropper.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Generated from: eyedropper.yml
# Do not edit this file by hand. Edit the source file instead!

name: Eyedropper
description: The `EyeDropper` API opens an eyedropper tool, a color picker that allows users to select a color from their screen.
spec: https://wicg.github.io/eyedropper-api/
status:
baseline: false
support:
chrome: "95"
edge: "95"
compat_features:
- api.EyeDropper
- api.EyeDropper.EyeDropper
- api.EyeDropper.open
7 changes: 7 additions & 0 deletions features/eyedropper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Eyedropper
description: The `EyeDropper` API opens an eyedropper tool, a color picker that allows users to select a color from their screen.
spec: https://wicg.github.io/eyedropper-api/
compat_features:
- api.EyeDropper
captainbrosset marked this conversation as resolved.
Show resolved Hide resolved
- api.EyeDropper.EyeDropper
- api.EyeDropper.open
Loading