Open Trynomial-Solutions opened 3 years ago
I'm having a similar issue. You ever get a solution to this?
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.
This QR code used to work with the library that was available at
https://unpkg.com/@zxing/library@latest
, but throwsCheckSumException
orFomatException
with the newer library (https://unpkg.com/@zxing/browser@latest
).