qr-scanner
qr-scanner copied to clipboard
Can we support "rMQR" style QR codes?
Reference: https://hackaday.io/project/192082-rectangular-micro-qr-code-rmqr
"rMQR" ("rectangular micro qr codes") are horizontally oriented QR codes which save space. Here's a library (WASM port of Rust) that can generate such codes in the browser: https://github.com/Nakanishi123/qrqrpar
But we need a scanner for such codes. I love this library/tool and have used it numerous times. But it doesn't support this format of QR code.
So what would we need to do to adapt/extend/retrofit such scanner format onto this library?