# great-docs termshow render


Render a .termshow recording into SVG frames.


``` bash
great-docs termshow render [OPTIONS] SOURCE
```


Processes the recording through the virtual terminal emulator and produces SVG keyframes + a manifest.json for the player.


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Usage: great-docs termshow render [OPTIONS] SOURCE

      Render a .termshow recording into SVG frames.

      Processes the recording through the virtual terminal emulator and produces
      SVG keyframes + a manifest.json for the player.

    Options:
      -o, --output-dir PATH  Output directory for frames
      --interval FLOAT       Keyframe interval in seconds
      --script PATH          Path to .termshow.yml script
      --help                 Show this message and exit.


# Arguments


`SOURCE: PATH`  
Required.


# Options


`-o, --output-dir: PATH`  
Output directory for frames

`--interval: FLOAT = 2.0`  
Keyframe interval in seconds

`--script: PATH`  
Path to .termshow.yml script
