Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@cryptiumtech/qrcode

cryptiumtech13MIT0.1.0

Generate a QRCode image in PNG format

cryptiumtech, sdk, qrcode

readme

qrcode-node-js

Generates QRCode image in PNG format.

This library uses @zxing/library to generate the matrix, pngjs to generate the image, and a procedure similar to the one found in MatrixToImageWriter to generate image data from the matrix.

Build:

npm run lint
npm run build

Run all tests:

npm test

How to run a single test file:

npx mocha test/unit/example.js