@undecaf/zbar-wasm
Advanced tools
Comparing version 0.9.8 to 0.9.9
{ | ||
"name": "@undecaf/zbar-wasm", | ||
"version": "0.9.8", | ||
"version": "0.9.9", | ||
"description": "A WebAssembly build of the C/C++ ZBar barcode reader", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -19,3 +19,3 @@ # A WebAssembly build of the ZBar Bar Code Reader | ||
EAN/GTIN-5/8/13, ISBN-10/13, ISBN-13+2, ISBN-13+5, ITF (Interleaved 2 of 5), QR Code, UPC-A/E. | ||
+ Simultaneously detects multiple barcodes, also with different types | ||
+ Detects multiple barcodes per frame, also with different types | ||
+ Barcodes may be oriented horizontally or vertically | ||
@@ -29,8 +29,12 @@ + Scans [`ImageData`](https://developer.mozilla.org/en-US/docs/Web/API/ImageData) and | ||
+ [A simple online example](https://undecaf.github.io/zbar-wasm/example/) | ||
([source code](https://github.com/undecaf/zbar-wasm/tree/master/docs/example)) | ||
+ [A polyfill](https://undecaf.github.io/barcode-detector-polyfill/example/) | ||
for the [`BarcodeDetector` Web API](https://developer.mozilla.org/en-US/docs/Web/API/BarcodeDetector) | ||
([source code](https://github.com/undecaf/barcode-detector-polyfill/tree/master/example) | ||
with build scripts for Rollup and esbuild) | ||
+ A simple example: [on GitHub](https://undecaf.github.io/zbar-wasm/example/) | ||
([source code](https://github.com/undecaf/zbar-wasm/tree/master/docs/example)), | ||
[on CodePen](https://codepen.io/undecaf/pen/ZEXmqdB), | ||
+ A polyfill for the [`BarcodeDetector` Web API](https://developer.mozilla.org/en-US/docs/Web/API/BarcodeDetector): | ||
[on GitHub](https://undecaf.github.io/barcode-detector-polyfill/example/) | ||
([source code](https://github.com/undecaf/barcode-detector-polyfill/tree/master/example) | ||
with build scripts for Rollup and esbuild), | ||
[on CodePen](https://codepen.io/undecaf/pen/LYzXXzg) | ||
@@ -161,3 +165,3 @@ | ||
package might be an option. It does not bundle zbar-wasm but loads it at runtime (as a library), and it is under the MIT license. | ||
As an additional benefit it provides a simpler API than zbar-wasm. | ||
As an additional benefit it provides a simpler and more flexible API than zbar-wasm. | ||
@@ -164,0 +168,0 @@ |
Sorry, the diff of this file is not supported yet
333495
229