//qrcode-kotlin/qrcode.render/QRCodeGraphics/toBlob

toBlob

[js]
open fun toBlob(callback: (Blob?) -> Unit)

Direct access to the .toBlob() function of the underlying canvas.

Syntactic sugar for nativeImage().toBlob(callback).