QRCode Generator implemented in pure Kotlin
//qrcode-kotlin/io.github.g0dkar.qrcode.render/QRCodeGraphicsFactory/newGraphics
[common] fun newGraphics(width: Int, height: Int): QRCodeGraphics
Creates a new QRCodeGraphics instance.