Package-level declarations

Types

Link copied to clipboard
class AssistantWindow(animatic: Animatic, initialCaptions: List<Caption> = emptyList()) : EaselWindow
Link copied to clipboard
@Immutable
class Caption(val content: @Composable () -> Unit)

Functions

Link copied to clipboard
@Composable
fun EaselAssistant(animatic: Animatic, captions: SnapshotStateList<Caption>, modifier: Modifier = Modifier)
Link copied to clipboard
@Composable
fun EaselTimer(clock: Clock = Clock.System)
Link copied to clipboard
@Composable
fun rememberAssistantWindow(animatic: Animatic, captions: List<Caption> = emptyList()): AssistantWindow
Link copied to clipboard
@Composable
fun SceneCaption(content: @Composable () -> Unit)

Creates a Caption within the EaselAssistant.