.d88888b. 8888888b. d8b
d88P" "Y88b 888 Y88b Y8P
888 888 888 888
888 888 888 d88P 888 .d88b. 888 888 .d8888b
888 888 8888888P" 888 d88""88b 888 888 88K
888 Y8b 888 888 T88b 888 888 888 888 888 "Y8888b.
Y88b.Y8b88P 888 T88b 888 Y88..88P Y88b 888 X88
"Y888888" 888 T88b 888 "Y88P" "Y88888 88888P'
Y8b
QRious is a pure JavaScript library for generating QR codes using HTML5 canvas.
- Install
- Examples
- API
- Migrating from older versions
- Bugs
- Contributors
- License
Install
Install using the package manager for your desired environment(s):
$ npm install --save qrious
# OR:
$ bower install --save qrious
# OR:
$ bower install --save qrious
If you want to simply download the file to be used in the browser you can find them below:
- Development Version (71kb - Source Map)
- Production Version (18kb - Source Map)
Check out node-qrious if you want to install it for use within Node.js.