Was tired of not having a simple tool to scan and generate dynamic QRs used by many different air gaped hardware wallets. Built one.
It runs in your browser. No external dependencies, and no requests after loading. You can also clone it and run it locally: https://github.com/m0wer/bitcoin-airgap-qr/
Awesome, very convenient to have that.
I also built a very primitive BCUR QR code reader a few years ago:
https://filiprogrammer.github.io/bcur_qr_reader/
Vendored js in there though?
Yes, but all open source. Details at https://github.com/m0wer/bitcoin-airgap-qr/blob/main/THIRD_PARTY_NOTICES.md
Awesome, thank you.