QRCode Generator implemented in pure Kotlin
//qrcode-kotlin/qrcode/QRCode/render
[common]\
@JvmOverloads
fun render(qrCodeGraphics: QRCodeGraphics = graphics, xOffset: Int = 0, yOffset: Int = 0): QRCodeGraphics
Executes all the drawing of the QRCode and returns the QRCodeGraphics of the complete QRCode.