qr-encoder

1.1.1 • Public • Published

qr-encoder

Build Status npm version

Encode a string into a Qr Code bit matrix (two-dimensional array of bits)

EMBEDDED QR Encoder, Copyright 2010, tz@execpc.com.

Install

npm install qr-encoder

Usage

var qrEncoder = require("qr-encoder");
var bitMatrix = qrEncoder.encode("Hi!", 1);

Test

npm test

Package Sidebar

Install

npm i qr-encoder

Weekly Downloads

24

Version

1.1.1

License

GPL-3.0

Last publish

Collaborators

  • pinchtools