nuintun / qrcode

A pure JavaScript QRCode encode and decode library.
https://nuintun.github.io/qrcode
MIT License
194 stars 26 forks source link

[Feature Request] Support for Micro QR Codes #316

Open wagwan-piffting-blud opened 2 years ago

wagwan-piffting-blud commented 2 years ago

I am requesting support for the Micro QR format. Despite adoption of the format being low, I would love to use this repository in a project involving Micro QR codes and being able to decode them on the fly without a single, separate Android app that seems to be the only supporter of the format. I have tested multiple other JS-based QR Code decoders, none support Micro QRs. I have also tested a Windows only program based on the ZXing project with experimental support for Micro QRs, but it does not work well at all, only decoding a clear, crisp PNG of a Micro QR, not one "in the field" so to speak.

Thank you!