Closed hartzell closed 1 year ago
Is there a programmatic way to generate a png image for an asciicast, like asciinema.org generates?
I'd like to be able to do something like this (from here):
[![asciicast](https://asciinema.org/a/170142.png)](https://asciinema.org/a/170142)
and have an image that shows e.g. 20 seconds into the playback.
I guess you were looking for something like https://github.com/asciinema/agg but instead of producing gif you'd like png, right?
Is there a programmatic way to generate a png image for an asciicast, like asciinema.org generates?
I'd like to be able to do something like this (from here):
and have an image that shows e.g. 20 seconds into the playback.