react-native-qrcode/node_modules/qr.js
cssivision 4046f88e99 generate qrcode with text bgColor fgColor 2015-11-21 16:43:54 +08:00
..
example generate qrcode with text bgColor fgColor 2015-11-21 16:43:54 +08:00
lib generate qrcode with text bgColor fgColor 2015-11-21 16:43:54 +08:00
.npmignore generate qrcode with text bgColor fgColor 2015-11-21 16:43:54 +08:00
LICENSE generate qrcode with text bgColor fgColor 2015-11-21 16:43:54 +08:00
README.md generate qrcode with text bgColor fgColor 2015-11-21 16:43:54 +08:00
index.js generate qrcode with text bgColor fgColor 2015-11-21 16:43:54 +08:00
package.json generate qrcode with text bgColor fgColor 2015-11-21 16:43:54 +08:00

README.md

qr.js

qrcode encoding in pure javascript with no additional dependencies

var qr = require('qr.js');

var qrcode = qr('foo bar baz');

var cells = qrcode.modules;

// cell[R] -> row
// if cell[R][C] is true, that cell is "on"

interactive example

credit

This library is repackaged work from the qrcode library here http://www.d-project.com/ which is also licensed under the MIT license. See LICENSE-qrcode for the license file to that project.

notes

The word "QR Code" is registered trademark of DENSO WAVE INCORPORATED http://www.denso-wave.com/qrcode/faqpatent-e.html