qrencode: add page (#3618)

This commit is contained in:
Vaarnan Drolia 2019-11-28 21:12:20 +00:00 committed by Starbeamrainbowlabs
parent 5fc68346d0
commit acb14d8109

12
pages/common/qrencode.md Normal file
View File

@ -0,0 +1,12 @@
# qrencode
> QR Code generator. Supports PNG and EPS.
> More information: <https://fukuchi.org/works/qrencode>.
- Convert a string to a QR code and save to an output file:
`qrencode -o {{path/to/output_file.png}} {{string}}`
- Convert an input file to a QR code and save to an output file:
`qrencode -o {{path/to/output_file.png}} -r {{path/to/input_file}}`