summaryrefslogtreecommitdiff
path: root/docs/DEMO.md
blob: 6b3b1ba99a27e1118b30879e1bf82331e962ce5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Demo

This document contains information related to the [demo GIF](https://raw.githubusercontent.com/nickgerace/gfold/main/assets/demo.gif).

## Attribution

The demo was recorded with [asciinema](https://asciinema.org/) and was converted to a GIF using [`agg`](https://github.com/asciinema/agg).

## Converting Recordings Into GIFs

Using `agg`, convert the recording into a GIF.

```shell
agg --theme monokai --rows 32 --font-size 15 --idle-time-limit 2 <INPUT> <OUTPUT>
```