You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,17 @@
14
14
</p>
15
15
16
16
<palign="center">
17
-
Deterministic GIF recording for Jetpack Compose scenarios using a Gradle plugin + <ahref="lib/recorder-annotations/src/main/kotlin/io/github/hdcodedev/composegif/annotations/RecordGif.kt"><code>RecordGif.kt</code></a>
17
+
Deterministic GIF recording for Jetpack Compose scenarios using a Gradle plugin
18
18
</p>
19
19
20
+
## Motivation
21
+
22
+
This plugin was originally created to automate GIF generation
23
+
for the Compose [Charts wiki documentation](https://charts.harisdautovic.com/2.2.0/wiki/examples).
24
+
25
+
Whenever chart styles, animations, or APIs change,
26
+
all documentation GIFs can be easily regenerated in an automated way.
0 commit comments