1.0.0 • Published 9 years ago
qrqr v1.0.0
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 fileName1.0.0
9 years ago