//qrcode-kotlin/qrcode.render

Package-level declarations

Types

Name Summary
QRCodeGraphics [common, android, js, jvm]
[common]
expect class QRCodeGraphics(width: Int, height: Int)
[android, js, jvm]
actual open class QRCodeGraphics(val width: Int, val height: Int)
QRCodeGraphicsFactory [common]
open class QRCodeGraphicsFactory
A class used by QRCode to build instances of QRCodeGraphics.