//qrcode-kotlin/qrcode/QRCode/renderToBytes

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.