@wulkanowy/qr-node
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

UONET+ QR Code converter for Node.js

npm

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

Readme

Keywords

none

Package Sidebar

Install

npm i @wulkanowy/qr-node

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.71 kB

Total Files

6

Last publish

Collaborators

  • dominik.korsa
  • mklkj