qr.js

qrcode encoding in javascript

qr.js downloads qr.js version

qr.js类似的npm包:

npm下载趋势

3 年
🌟 在 qr.js 的 README.md 中显示实时使用量图表,只需复制下面的代码。
## Usage Trend
[![Usage Trend of qr.js](https://npm-compare.com/img/npm-trend/THREE_YEARS/qr.js.png)](https://npm-compare.com/qr.js#timeRange=THREE_YEARS)
🌟 在 qr.js 的 README.md 中显示 GitHub stars 趋势图表,只需复制下面的代码。
## GitHub Stars Trend
[![GitHub Stars Trend of qr.js](https://npm-compare.com/img/github-trend/qr.js.png)](https://npm-compare.com/qr.js)

统计详情

npm包名称
下载量
Stars
大小
Issues
发布时间
License
qr.js2,054,555---13 年前MIT

qr.js的README

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