SkillAgentSearch skills...

Qr.js

javascript qrcode library

Install / Use

/learn @defunctzombie/Qr.js
About this skill

Quality Score

0/100

Supported Platforms

Universal

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

Related Skills

View on GitHub
GitHub Stars99
CategoryDevelopment
Updated5mo ago
Forks21

Languages

JavaScript

Security Score

92/100

Audited on Oct 26, 2025

No findings