alexeyten / qr-image

Yet another QR code generator
MIT License
1.05k stars 168 forks source link

use size as pixel for width/height instead a multiplicator #46

Open paulknulst opened 6 years ago

paulknulst commented 6 years ago

size should be used for determining the size of the produced SVG instead of being a multiplier

as i understand the documentation it should work like my implementation:

size (png and svg only) — size of one module in pixels. Default 5 for png and undefined for svg.

technoknol commented 4 years ago

Any updates on this ?

paulknulst commented 4 years ago

i fixed it within my commit. so feel free to use my fork