Discussion Javascript React.js

React QR Reader

A React component for reading QR codes from the webcam. It uses the WebRTC standards for reading webcam data and jsQR is used for detecting QR codes in that data. To optimize the speed and experience, a web-worker is used to offload the heavy QR code algorithm on a separate process. The web worker is inlined and loaded on creation of the component.

https://github.com/JodusNodus/react-qr-reader

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *