A simple, small, progressive web app that accesses the user's camera and looks for QR Codes.
The QR Code library is a port of JSQRCode and has been ported to work inside a WebWorker for performance.
npm install
gulp serve
to test locallygulp
to Building- This is deployed on Zeit, but you can host anywhere.
Note: All changes to the build need to be done in gulpfile.babel.js
and then run rollup gulpfile.babel.js -f cjs -o gulpfile.js
to get it
to work in gulp