Skip to content

Commit 16f801d

Browse files
Add barcode detection API feature (#2508)
1 parent d169071 commit 16f801d

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

features/barcode.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Barcode detector
2+
description: The `BarcodeDetector` API recognizes various barcode formats in images.
3+
spec: https://wicg.github.io/shape-detection-api/#barcode-detection-api
4+
compat_features:
5+
- api.BarcodeDetector
6+
- api.BarcodeDetector.BarcodeDetector
7+
- api.BarcodeDetector.detect
8+
- api.BarcodeDetector.getSupportedFormats_static

features/barcode.yml.dist

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated from: barcode.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome_android: "83"
8+
compat_features:
9+
- api.BarcodeDetector
10+
- api.BarcodeDetector.BarcodeDetector
11+
- api.BarcodeDetector.detect
12+
- api.BarcodeDetector.getSupportedFormats_static

0 commit comments

Comments
 (0)