barcode-detector
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "barcode-detector", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": { | ||
@@ -14,3 +14,8 @@ "name": "Niklas Gruhn", | ||
"main": "dist/barcode-detector.js", | ||
"exports": "./dist/barcode-detector.modern.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/barcode-detector.modern.js", | ||
"types": "./dist/BarcodeDetector.d.ts" | ||
} | ||
}, | ||
"module": "dist/barcode-detector.module.js", | ||
@@ -17,0 +22,0 @@ "unpkg": "dist/barcode-detector.umd.js", |
@@ -8,2 +8,9 @@ # :construction: WIP: BarcodeDetector Polyfill :construction: | ||
Design goals: | ||
* spec compliance | ||
* support as many barcode formats as possible | ||
* detect multiple codes in one image | ||
* provide position/coordinate information of detected codes | ||
* sufficient performance to process live video streams | ||
## Installation | ||
@@ -58,3 +65,3 @@ | ||
`src/BarcodeDetectorZXing.ts` (not exposed at the moment): | ||
`src/BarcodeDetectorZXing.ts` (not exposed at the moment. See [#1](https://github.com/gruhn/barcode-detector-polyfill/issues/1)): | ||
- :heavy_check_mark: `aztec` | ||
@@ -61,0 +68,0 @@ - :heavy_check_mark: `code_128` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1563471
78