GifScenarioRegistry

Contract implemented by generated scenario registries.

Functions

Link copied to clipboard
@Composable
abstract fun Render(name: String)

Renders the scenario content for the provided name.

Link copied to clipboard
abstract fun scenarios(): List<GifScenarioSpec>

Returns all registered capture scenarios.