Open JTensai opened 3 years ago
Looks like it's failing to load the zxing js from unpkg: GET https://unpkg.com/@zxing/library@0.18.6/umd/zxing-browser.min.js net::ERR_ABORTED 404
Trying to load that URL does indeed produce a 404 (at time of writing).
If it helps, if I locally overwrite the src URL with https://unpkg.com/@zxing/library@latest/umd/index.min.js
it works. Only index
related files are now available, see https://unpkg.com/browse/@zxing/library@latest/umd/. This is basically a duplicate of #445
same problem here
bump
Stale issue message
When loading the demo pages I am hitting this error:
Uncaught ReferenceError: ZXing is not defined
This is the code its pointing to:
Looking into using this library, but this is concerning.