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