@wulkanowy/qr-node
v1.0.0
Published
[![npm](https://img.shields.io/npm/v/@wulkanowy/qr-node.svg?style=flat-square)](https://www.npmjs.com/package/@wulkanowy/qr-node)
Downloads
2
Readme
UONET+ QR Code converter for Node.js
Instalation
$ npm i @wulkanowy/qr-node
Usage
const qr = require('@wulkanowy/qr-node');
const decoded = qr.decode(password, base64Content);
const encoded = qr.encode(password, rawContent);
See example in tests
Tests
$ npm run test