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.51k forks source link

Border option added to canvas #100

Closed DJviolin closed 2 years ago

DJviolin commented 6 years ago

I added a border to the canvas element, because this way I can right click -> save the png image with border without a trip to Photoshop. Adding border in CSS is not sufficient, because it's not saved with the image. border is not added to the table, because you can do that easily with CSS.

Default value is 0 and the modified lines are turned off this way, so it will not brake anything, but this needs testing.

I didn't created a minified build, because I'm on windows.