d.medina
12/11/2021, 7:22 PMKirill Grouchnikov
12/11/2021, 7:42 PMImageComposeScene
to wrap your contentKirill Grouchnikov
12/11/2021, 7:43 PMLaunchedEffect
with a block along the lines ofKirill Grouchnikov
12/11/2021, 7:43 PMval image = scene.render()
val bytes = image.encodeToData()!!.bytes
val file = File(filename)
file.writeBytes(bytes)
scene.close()
d.medina
12/11/2021, 7:53 PM