aruZeta / QRgen

A QR code generation library.
https://aruzeta.github.io/QRgen/
MIT License
103 stars 8 forks source link

Move print procedures to DrawedQRCode.nim module #15

Closed aruZeta closed 2 years ago

aruZeta commented 2 years ago

As commented in #14, it's dumb to have the print procedures located in the Drawing.nim module, which makes a module which should be small into a huge one (and more so with the bad code the SVG print procedures have atm lol) and also creates the need to create a wrapper procedure in the QRgen.nim module to easily use them. Hence, they should be located in DrawedQRCode.nim and exported by QRgen.nim.