gtanner / qrcode-terminal

QRCodes in your terminal, cause thats hot.
Apache License 2.0
1.28k stars 102 forks source link

Is it possible to customize the size of the qrcode? #9

Closed dickeylth closed 9 years ago

dickeylth commented 9 years ago

Currently the size for the generated qrcode is too big, is it possible to customize its size? Thank you!

mwbrooks commented 9 years ago

@dickeylth unfortunately, no. Your only option is the decrease the font-size of your terminal window.

If you happen to think of a better solution, let us know!

schoenwaldnils commented 7 years ago

How about generating an svg instead, and displaying it with ImageMagick?

CodeMan99 commented 6 years ago

@schoenwaldnils The README of this project links to node-qrcode, which has the ability to generate an image file.