Skip to content

The best web based QR Code reader on the web

License

Notifications You must be signed in to change notification settings

parkingboss/qrcode

 
 

Repository files navigation

QR Snapper

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.

Building yourself

  1. npm install
  2. gulp serve to test locally
  3. gulp to Building
  4. 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

About

The best web based QR Code reader on the web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.8%
  • CSS 11.9%
  • HTML 6.3%