qr-scanner icon indicating copy to clipboard operation
qr-scanner copied to clipboard

Can we support "rMQR" style QR codes?

Open getify opened this issue 11 months ago • 0 comments

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?

getify avatar Dec 23 '24 23:12 getify