Skip to content
The best web based QR Code reader on the web
Branch: production
Clone or download
1
Latest commit d5d83fd Apr 8, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.vscode Sweeping changes to build process and other pieces. Sep 7, 2018
app Adds Text Selection and copy url. Apr 8, 2019
.editorconfig Update editorconfig Jun 20, 2014
.gitattributes Add option to serve the app as dev Oct 3, 2018
.gitignore fixing .gitignore Feb 5, 2015
LICENSE Update copyright year Jan 6, 2015
README.md Small change. Apr 8, 2019
gulpfile.babel.js We've moved to 'serve' module, so remove gulp web server Jan 12, 2019
now.json Removing travis from build and opening to zeit Apr 8, 2019
package-lock.json
package.json Adds Text Selection and copy url. Apr 8, 2019

README.md

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

You can’t perform that action at this time.