zxing-js / browser

ZXing for JS's browser layer with decoding implementations for browser.
MIT License
223 stars 44 forks source link

Adjust QR Code Sensitivity? #66

Open Trynomial-Solutions opened 3 years ago

Trynomial-Solutions commented 3 years ago

This QR code used to work with the library that was available at https://unpkg.com/@zxing/library@latest, but throws CheckSumException or FomatException with the newer library (https://unpkg.com/@zxing/browser@latest).

qr

pneves001 commented 1 year ago

I'm having a similar issue. You ever get a solution to this?

Trynomial-Solutions commented 1 year ago

Can't remember what exactly I did to make it work, but it's good now - The library I am using is https://unpkg.com/@zxing/browser@latest/umd/zxing-browser.min.js with various edits to the code using the new object properties and methods.