EasyQRCodeJS icon indicating copy to clipboard operation
EasyQRCodeJS copied to clipboard

Is there a way to make SVG smaller size by using <path>?

Open saturnonearth opened this issue 4 years ago • 1 comments

Is there a way to make the SVG output smaller by generating a single element and calculating the lines that way, instead of hundreds of ? I have seen other QR code libraries do this.

saturnonearth avatar Mar 29 '21 18:03 saturnonearth

The NodeJS version has already fulfilled this requirement, but the Browser version has not yet been implemented.

https://github.com/ushelp/EasyQRCodeJS-NodeJS

ushelp avatar Apr 08 '21 04:04 ushelp