QRCode Generator implemented in pure Kotlin
//qrcode-kotlin/qrcode.render/QRCodeGraphics/toDataURL
[js] open fun toDataURL(format: String = "png"): String
Returns a Data URL to this can be shown in an <img/> tag.
<img/>