qrqr
v1.0.0
Published
Generate QR codes from the command line, optionally save them straight to file
Readme
qrqr
Generate QR codes from the command line. Output is either base64 or an html snippet.
You can also save the output straight to an image file.
Install
npm install --global qrqrUse
qrqr --helpOutput to command line:
qrqr http://github.comOutput html snippet to command line:
qrqr http://github.com --htmlOutput to file (.gif):
qrqr http://github.com -o fileName