//qrcode-kotlin/io.github.g0dkar.qrcode.render/QRCodeGraphics/drawImage

drawImage

[common, android, js, jvm, native]
[common]
expect open fun drawImage(img: QRCodeGraphics, x: Int, y: Int)

[android, js, jvm, native]
actual open fun drawImage(img: QRCodeGraphics, x: Int, y: Int)

Draw an image inside another. Mostly used to merge squares into the main QRCode.