Fully typed QRCode encoding implementation in JavaScript with no dependencies!
npm install @akamfoad/qrFully typed QRCode encoding implementation in JavaScript with no dependencies!
``js
import { qrcode as qr } from '@akamfoad/qr';
const qrcode = qr('foo bar baz');
const 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