File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4
4
![ Open issues] ( https://badgen.net/github/open-issues/undecaf/barcode-detector-polyfill )
5
5
![ Vulnerabilities] ( https://snyk.io/test/npm/@undecaf/barcode-detector-polyfill/badge.svg )
6
6
![ Total downloads] ( https://badgen.net/npm/dt/@undecaf/barcode-detector-polyfill )
7
+ [ ![ ] ( https://data.jsdelivr.com/v1/package/npm/@undecaf/barcode-detector-polyfill/badge?style=rounded )] ( https://www.jsdelivr.com/package/npm/@undecaf/barcode-detector-polyfill )
7
8
![ License] ( https://badgen.net/github/license/undecaf/barcode-detector-polyfill )
8
9
9
10
This package polyfills the [ Barcode Detection API] ( https://developer.mozilla.org/en-US/docs/Web/API/Barcode_Detection_API ) for browsers,
@@ -60,7 +61,7 @@ Expose the `BarcodeDetectorPolyfill` API in variable `barcodeDetectorPolyfill`:
60
61
61
62
``` html
62
63
<
script src =
" https://cdn.jsdelivr.net/npm/@undecaf/[email protected] /dist/index.js" ></
script >
63
- <script src =" https://cdn.jsdelivr.net/npm/@undecaf/barcode-detector-polyfill/dist/index.js" ></script >
64
+ <script src =" https://cdn.jsdelivr.net/npm/@undecaf/barcode-detector-polyfill@0.9.12 /dist/index.js" ></script >
64
65
<script >
65
66
try {
66
67
window [' BarcodeDetector' ].getSupportedFormats ()
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @undecaf/barcode-detector-polyfill" ,
3
- "version" : " 0.9.11 " ,
3
+ "version" : " 0.9.12 " ,
4
4
"description" : " A WebAssembly polyfill for the Barcode Detection API" ,
5
5
"keywords" : [
6
6
" polyfill" ,
You can’t perform that action at this time.
0 commit comments