This library is awesome #322
heecheon92
started this conversation in
Show and tell
Replies: 1 comment 3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have a react app that is supposed to scan qr data.
I was using qr-scanner which had been working just fine but then a device manufacturer changed their QRCode, putting a large logo at the middle of the QR code. Android devices were not able to detect anymore. qr-scanner, react-qr-scanner and so forth many packages from npm were not able to resolve the issue.
I found some other web applications were using this library and implemented on my-end with max try efforts. (mixture of tryHarder, tryRotate, tryInvert, tryDownscale, binarizer)
Boom, no issue.
Thanks for the library owner!!
All reactions