Unsolved QR code creator and scanner for desktop and wasm
-
Hello everyone,
I want to point your attention to a Qt QrCode library I have put together.
https://github.com/EddyTheCo/qrCodeThis library in principle should work for major desktop platforms and wasm.
The most interesting thing(at least for me) is the decoder that also works for wasm. It uses OpenCV.
You can see an example of the use in https://eddytheco.github.io/DLockersClient/
I will try to create more documentation on how to use it in the future.
-