0.4.0 • Published 6 months ago

@akamfoad/qr v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@akamfoad/qr

Fully typed QRCode encoding implementation in JavaScript with no dependencies!

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"

interactive example

type docs

https://akamfoad.github.io/qr/

credit

This library is repackaged work from the qrcode library here http://www.d-project.com/ which is also licensed under the MIT license.

0.4.0

6 months ago

0.3.0

8 months ago

0.2.0

8 months ago

0.1.4

8 months ago

0.1.3

8 months ago