QRCode Generator implemented in pure Kotlin
//qrcode-kotlin/qrcode/QRCode/renderToBytes
[common]\
@JvmOverloads
fun renderToBytes(format: String = "PNG"): ByteArray
Calls render and then returns the bytes of a format (default = PNG) render of the QRCode.