Package-level declarations
Functions
Link copied to clipboard
fun canvasToImageResource(size: Size, density: Density, onDraw: DrawScope.() -> Unit): ResourceBuilders.ImageResource
Render an element normally drawn within a Compose Canvas into a Bitmap and then convert to a Tiles ImageResource.
Link copied to clipboard