Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PaulKinlan/qrcode
The best web based QR Code reader on the web
https://github.com/PaulKinlan/qrcode
Last synced: 3 months ago
JSON representation
The best web based QR Code reader on the web
- Host: GitHub
- URL: https://github.com/PaulKinlan/qrcode
- Owner: PaulKinlan
- License: apache-2.0
- Created: 2015-01-22T18:30:08.000Z (about 10 years ago)
- Default Branch: production
- Last Pushed: 2023-01-03T15:16:56.000Z (about 2 years ago)
- Last Synced: 2024-10-23T23:36:49.239Z (3 months ago)
- Language: JavaScript
- Homepage: https://qrsnapper.com/
- Size: 9.92 MB
- Stars: 362
- Watchers: 19
- Forks: 490
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-client-side - qrcode - A simple, small, progressive web app that accesses the user's camera and looks for QR Codes - [Try it!](https://github.com/PaulKinlan/qrcode) (QRCode / Video)
README
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](https://github.com/LazarSoft/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