|
%!s(int64=7) %!d(string=hai) anos | |
---|---|---|
.. | ||
example | %!s(int64=7) %!d(string=hai) anos | |
lib | %!s(int64=7) %!d(string=hai) anos | |
.npmignore | %!s(int64=7) %!d(string=hai) anos | |
LICENSE | %!s(int64=7) %!d(string=hai) anos | |
README.md | %!s(int64=7) %!d(string=hai) anos | |
index.js | %!s(int64=7) %!d(string=hai) anos | |
package.json | %!s(int64=7) %!d(string=hai) anos |
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"
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.
The word "QR Code" is registered trademark of DENSO WAVE INCORPORATED http://www.denso-wave.com/qrcode/faqpatent-e.html