//qrcode-kotlin/qrcode/QRCodeBuilder/withAfterRenderAction

withAfterRenderAction

[common]
fun withAfterRenderAction(action: QRCode.(QRCodeGraphics) -> Unit): QRCodeBuilder

Run a piece of code after the rendering is done.