aruZeta / QRgen

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

Refactor: `printTerminal` print result string once #33

Closed aruZeta closed 1 year ago

aruZeta commented 2 years ago

Before what it did was print each single module one by one.

Also this fixes an issue with the JS backend where console.log adds a newline in the end every time it's called.