qrencil

1.0.2 • Public • Published

qrEncil

Make your QR codes stencilproof. Generates svg and png from string input.

Getting Started

Install via npm

npm i qrencil

Use in your app

const {qrEncil} = require('qrencil');

let qrContent = "Some content here";

//  Outputs .svg and .png file
qrEncil(qrContent);

To Do

  • Optimize svg output
  • Add custom params
  • Find lightweight alternative for PNG generation.

Authors

License

This project is licensed under the MIT License

Acknowledgments

Readme

Keywords

Package Sidebar

Install

npm i qrencil

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

5.26 kB

Total Files

5

Last publish

Collaborators

  • ekntrtmz