https://github.com/cryptocoinjs/qr-encode
JavaScript component to encode strings into QR codes.
https://github.com/cryptocoinjs/qr-encode
Last synced: 11 months ago
JSON representation
JavaScript component to encode strings into QR codes.
- Host: GitHub
- URL: https://github.com/cryptocoinjs/qr-encode
- Owner: cryptocoinjs
- Created: 2013-11-12T22:37:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-20T12:18:16.000Z (over 11 years ago)
- Last Synced: 2025-06-10T05:34:33.825Z (about 1 year ago)
- Language: JavaScript
- Size: 296 KB
- Stars: 26
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
qr-encode
==========
[](http://travis-ci.org/cryptocoinjs/qr-encode)
[](https://coveralls.io/r/cryptocoinjs/qr-encode)
[](https://www.npmjs.org/package/qr-encode)
JavaScript component to encode strings into QR codes. Works in both Node.js and the browser.
### Official Documentation
http://cryptocoinjs.com/modules/misc/qr-encode/
Credits
-------
Most of the code:
Copyright (c) 2009 Kazuhiko Arase
URL: http://www.d-project.com/
Licensed under the MIT license:
http://www.opensource.org/licenses/mit-license.php
The word 'QR Code' is registered trademark of
DENSO WAVE INCORPORATED
http://www.denso-wave.com/qrcode/faqpatent-e.html
Some of the code / techniques from:
https://github.com/MatthewMueller/qr-code