feat: example with useful options

This commit is contained in:
Michele Cereda
2023-11-18 18:14:30 +01:00
parent 197b1d3d82
commit cec7c72888

View File

@@ -15,6 +15,7 @@ brew install agg
# Convert asciicast files from Asciinema.
agg 'path/to/file.cast' 'path/to/file.gif'
agg --rows '48' --speed '1.25' --renderer resvg --no-loop 'in.cast' 'out.gif'
```
## Further readings