compose-gif-recorder-lib
Toggle table of contents
0.1.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
compose-gif-recorder-lib
recorder-core
/
io.github.hdcodedev.composegif.core
/
GifCaptureConfig
/
GifCaptureConfig
Gif
Capture
Config
constructor
(
durationMs
:
Int
=
3000
,
fps
:
Int
=
50
,
widthPx
:
Int
=
540
,
heightPx
:
Int
=
0
,
theme
:
GifTheme
=
GifTheme.DARK
,
interactionNodeTag
:
String
=
""
,
gestures
:
List
<
GifGestureStep
>
=
emptyList()
)