Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun Krayon.addFontAssociation(name: String, resource: FontResource, environment: ResourceEnvironment)

Registers resource as the font to use for name inside a ComposeKanvas.

Link copied to clipboard
fun <T> ElementView(dataState: State<T>, updateElements: UpdateElement<T>, modifier: Modifier = Modifier)
fun <T> ElementView(deriveData: () -> T, updateElements: UpdateElement<T>, modifier: Modifier = Modifier)
fun <T> ElementView(dataSource: Flow<T>, updateElements: UpdateElement<T>, modifier: Modifier = Modifier)
Link copied to clipboard
fun Kanvas(modifier: Modifier, onDraw: Kanvas.() -> Unit)
Link copied to clipboard
Link copied to clipboard