renderComposableToIcoFile

fun renderComposableToIcoFile(iconRenderProperties: IconRenderProperties, content: () -> Unit): String

Renders a Composable to an ICO file and returns the path to the file.

Return

Path to the generated ICO file

Parameters

iconRenderProperties

Properties for rendering the icon

content

The Composable content to render

Throws

Exception

if rendering fails