Spikey Sanju
06/13/2021, 8:02 PMsave composable view
as Image
?theapache64
06/13/2021, 8:06 PMSpikey Sanju
06/13/2021, 8:07 PMSpikey Sanju
06/13/2021, 8:09 PMKirill Grouchnikov
06/13/2021, 8:29 PMval window = TestComposeWindow(width = 1024, height = 768)
window.setContent {
}
File(path).writeBytes(window.surface.makeImageSnapshot().encodeToData()!!.bytes)