jeromeetienne / jquery-qrcode

qrcode generation standalone (doesn't depend on external services)
http://blog.jetienne.com/blog/2011/04/07/jquery-qrcode/
MIT License
4.84k stars 2.5k forks source link

Add options pointWidth and pointHeight #80

Closed stropitek closed 7 years ago

stropitek commented 8 years ago

Allows the total heigth and width to be calculated from height and width of a qrcode point

This is especially useful when the generated qrcode is destined to be printed. Quality of the qrcode will be independant of the size of text to encode. No aliasing effects.