qr-encoder Encode a string into a Qr Code bit matrix (two-dimensional array of bits) EMBEDDED QR Encoder, Copyright 2010, [email protected]. Install npm install qr-encoder Usage var qrEncoder = require("qr-encoder"); var bitMatrix = qrEncoder.encode("Hi!", 1); Test npm test