endroid / qr-code

QR Code Generator
https://endroid.nl
MIT License
4.45k stars 726 forks source link

QR code scanner #453

Closed emmasmith1001 closed 2 months ago

emmasmith1001 commented 2 months ago

It's really amazing tool. but I am looking to design a tool like qr code scanner which can help me to scan qr code too. I am paying for this if you are interested.

OscarWilde commented 2 months ago

There is already another Project, doing this via JS: https://github.com/mebjas/html5-qrcode

endroid commented 2 months ago

Hi @emmasmith1001 my library uses the khanamiryan/qrcode-detector-decoder library to read and validate QR codes but something like @OscarWilde (the great writer) suggests might also be suitable depending on your needs. It will not be a part of this library which will remain limited to representing QR codes. Good luck!