summaryrefslogtreecommitdiff
path: root/docs/DEMO.md
blob: 7d7b75150b48b340a47c3c2b0f68a25f980f4a1d (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](../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>
```