//qrcode-kotlin/qrcode/QRCodeBuilder/withLogo
[common]\
fun withLogo(logo: ByteArray?, width: Int, height: Int, clearLogoArea: Boolean = true): QRCodeBuilder
Adds an image on top of the QRCode, at the center of it.
If clearLogoArea is false
the cells behind the logo will be drawn as normal.