Package-level declarations

Types

Link copied to clipboard
class ImageDrawer(containerModifier: (Boolean) -> Modifier? = { null }, mergeRequest: (Action.Merge) -> Unit = { }) : StoryStepDrawer

Draws a image. Uses Coil to parse the image.

Link copied to clipboard
class VideoDrawer(containerModifier: Modifier? = null) : StoryStepDrawer

Draws a simple video thumnail using Coil.

Functions

Link copied to clipboard