qr.js

qrcode encoding in javascript

qr.js downloads qr.js version

qr.js유사 패키지:
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)
통계 세부사항
패키지
다운로드
Stars
크기
Issues
발행일
라이선스
qr.js1,252,482---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