Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

qr-encode

cryptocoinjs3.8k0.3.0

Encode a string into a QR code.

qr, qr code, QR, barcode, barcodes, bar, code, encode, 2d

readme

qr-encode

build status Coverage Status Version

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

changelog

0.3.0 / 2014-10-20

0.2.0 / 2014-07-02

  • deleted bower.json and component.json
  • added fixture tests
  • refactored a lot of code into separate files
  • works in Node.js now too
  • added Travis-CI
  • added Coveralls

0.1.0 / 2013-11-20

  • changed package name
  • removed AMD support

0.0.1 / 2013-11-12

  • initial release