Skip to content

Commit 4c1b335

Browse files
committed
Update readme
1 parent 22dab9e commit 4c1b335

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,17 @@
1414
</p>
1515

1616
<p align="center">
17-
Deterministic GIF recording for Jetpack Compose scenarios using a Gradle plugin + <a href="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
1818
</p>
1919

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.
27+
2028
## Requirements
2129

2230
- Android app module using Jetpack Compose

0 commit comments

Comments
 (0)