jsQR icon indicating copy to clipboard operation
jsQR copied to clipboard

A pure javascript QR code reading library. This library takes in raw images and will locate, extract and parse any QR code found within.

Results 97 jsQR issues
Sort by recently updated
recently updated
newest added

![浅色+](https://user-images.githubusercontent.com/53244212/183622011-8841372d-b070-4888-b7af-1df267c3bb0e.png) ![黄码](https://user-images.githubusercontent.com/53244212/183622036-225ac5d4-a068-4571-a3e1-732720355de2.png) ![红码](https://user-images.githubusercontent.com/53244212/183622077-48e1e1af-e896-4666-8ae2-ef9dcd425479.png) The first two light-colored codes cannot be recognized. Is there a solution? (前两个颜色浅的码识别不了,有办法解决吗?)

The component (I've tried it myself and also on the demo page), can detect the presence of larger QR code versions but the returned data is empty. It fails to...

- Added some words and rearranged some sentences to increase clarity - Added some commas to make reading easier - Fixed capitalization of names like JavaScript - Removed some unnecessary...

This QR Code image cannot be read by jsQR, but can by others (eg api.qrserver.com, https://products.aspose.app/barcode/recognize) It is also recognized by the Android QR scanner. ![unparseableQRCode](https://user-images.githubusercontent.com/4493787/173961884-3ed4bacc-c328-4261-a2ef-a548f4a006a8.png)

Decode with "TextDecoder" to ISO-8859-1 if regular decoding fails.

I've generated a tricky test case: binary data split using QRCode's "Structured Append" feature: ``` $PKG_MANAGER install qrencode curl "https://sampleswap.org//samples-ghost/DRUM%20LOOPS%20and%20BREAKS/161%20to%20180%20bpm/128\[kb\]161_amenvar3.aif.mp3" | qrencode -S -8 -v 16 -o amen.png ``` jsQR...

Hey, I really like this project, thanks for sharing it with people! One small note: it is bit of a pain using the demo as it is now. The usability...

Hi, thanks for this demo, saved me a lot of time! I've made some changes based on my app. Hope these tips help! - canvas rendered video cause fluency problem,...

Can you make it detect multiple QR codes?

enhancement
help wanted

Browsers now have native support for QR code detection: https://developer.mozilla.org/en-US/docs/Web/API/BarcodeDetector Would be helpful to use this if it is available.