Skip to content

Commit

Permalink
Remove Out-of-date Note About PNGs and SVGs
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag authored Nov 12, 2020
1 parent 92a2249 commit 4f76eeb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cast2Gif

A tool to convert [Asciinema](https://github.com/asciinema/asciinema) cast file to Gif, animated PNG, or SVG files *without* using Electron or a web browser. The discussion on how this project started on a [forum topic](https://users.rust-lang.org/t/writing-an-asciinema-to-gif-tool/39450/15?u=zicklag) on the Rust forum.
A tool to convert [Asciinema](https://github.com/asciinema/asciinema) cast files to Gifs *without* using Electron or a web browser.

## Installing

Expand Down Expand Up @@ -57,3 +57,7 @@ Run `cast2gif --help` to get the usage instructions:
ARGS:
<cast_file> The asciinema .cast file to render
<out_file> The file to render to
## History

This project started after a [discussion](https://users.rust-lang.org/t/writing-an-asciinema-to-gif-tool/39450/15?u=zicklag) on the Rust forum.

0 comments on commit 4f76eeb

Please sign in to comment.