1.0.2 • Published 6 years ago

qrencil v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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