Skip to content

ekntrtmz/qrencil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qrEncil

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

Getting Started

Install via npm

$ npm i qrencil

Create your application file index.js:

$ touch index.js

And insert your prefered content:

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

let qrContent = "Some content here";

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

Finally run the script

$ node index.js

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

About

Make your QR Codes stencilproof.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published