library
library copied to clipboard
QR Image example is not working
Describe the bug The Example at https://zxing-js.github.io/library/examples/qr-image/ is not working. My console shows the following error:
at De.selectBestPatterns (https://unpkg.com/@zxing/library@latest:15:173474)
at De.find (https://unpkg.com/@zxing/library@latest:15:169868)
at Oe.detect (https://unpkg.com/@zxing/library@latest:15:174543)
at Me.decode (https://unpkg.com/@zxing/library@latest:15:177881)
at t.BrowserQRCodeReader.decodeBitmap (https://unpkg.com/@zxing/library@latest:15:35976)
at t.BrowserQRCodeReader.decode (https://unpkg.com/@zxing/library@latest:15:34909)
at n (https://unpkg.com/@zxing/library@latest:15:34314)
at https://unpkg.com/@zxing/library@latest:15:34495
at new Promise (<anonymous>)
at t.BrowserQRCodeReader.decodeOnce (https://unpkg.com/@zxing/library@latest:15:34475)
To Reproduce Steps to reproduce the behavior:
- Go to 'https://zxing-js.github.io/library/examples/qr-image/'
- Open the browser console
- Click the "Decode" button
- See error
Expected behavior Should resolve the QR code
Screenshots

Desktop (please complete the following information):
- OS: Windows 10
- Browser Chrome
- Version 101.0.4951.67
Same thing happens on localhost :(
Same here , version 0.20.0
Stale issue message