Releases: undecaf/barcode-detector-polyfill
Releases · undecaf/barcode-detector-polyfill
0.9.20
DetectedBarcode.cornerPoints
is now a fixed-length Point
array
0.9.19
- Fixes #12, includes the missing source maps in the NMP package
- References the latest version of
zbar-wasm
0.9.17: Fix: certain characters of QR codes decoded incorrectly
0.9.16
- How to bundle
zbar-wasm
is now documented
- Added a
zbar-wasm
bundling example (merged from branch zbar-bundled
)
- Although there are no code changes, the version number has been increased so that the updated README shows up in npm
0.9.15
Updated zbar-wasm to 0.9.13
0.9.14
- Fixed #8: method
detect()
no longer throws an exception in case of error but returns a rejected Promise
containing the underlying exception.
- Method
detect()
now throws a TypeError
for invalid argument types as described in the API documentation
0.9.13
Improved TypeScript bindings:
- Updated
detect()
to return a DetectedBarcode
promise array
- Updated
DetectedBarcode.cornerPoints
to make x
and y
of type number
0.9.11
zbar-wasm version updated to 0.9.11
0.9.9
- Use
OffscreenCanvas
if available to acquire images faster
- Additional tests running in browsers on BrowserStack