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
13 changes: 13 additions & 0 deletions features/eyedropper.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated from: eyedropper.yml
# Do not edit this file by hand. Edit the source file instead!

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