Skip to content

Commit

Permalink
New EyeDropper feature (#1179)
Browse files Browse the repository at this point in the history
New EyeDropper feature
  • Loading branch information
captainbrosset committed Jun 4, 2024
1 parent 734ba7c commit cb8a2d8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
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
- api.EyeDropper.EyeDropper
- api.EyeDropper.open

0 comments on commit cb8a2d8

Please # to comment.