Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lifthrasiir/qr.js
qr.js: QR code generator in pure Javascript (2011)
https://github.com/lifthrasiir/qr.js
Last synced: about 2 months ago
JSON representation
qr.js: QR code generator in pure Javascript (2011)
- Host: GitHub
- URL: https://github.com/lifthrasiir/qr.js
- Owner: lifthrasiir
- Created: 2015-03-10T05:38:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T11:58:45.000Z (almost 8 years ago)
- Last Synced: 2024-10-24T17:17:48.921Z (2 months ago)
- Language: JavaScript
- Homepage: http://cosmic.mearie.org/2011/01/qrjs/
- Size: 13.7 KB
- Stars: 104
- Watchers: 6
- Forks: 31
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qr.js: QR code generator in pure Javascript (2011)
This is a fairly standalone script for producing QR code on the fly.
Originally developed for my own interest, the code is fully commented and well-structured.
The code is in the public domain (or to be exact, [Creative Commons Zero](https://creativecommons.org/publicdomain/zero/1.0/)),
and you can use it for absolutely any purpose.See also a [node.js module based on qr.js](https://github.com/shesek/qruri), packaged by Nadav Ivgi.