wader / ansisvg

Convert ANSI to SVG
MIT License
89 stars 9 forks source link

Animatable screen using CSS animations #42

Closed wader closed 8 months ago

wader commented 8 months ago

It struck me that maybe one can use CSS animations to created a animated screen? but to do it probably some more things needs to be in place:

wader commented 8 months ago

But on the other hand it quite nice that the source is kind of small and easy to overlook atm, maybe has enough features :)

patrislav1 commented 8 months ago

If I had a use case like that I’d probably just use asciinema and a companion tool, such as https://github.com/marionebl/svg-term-cli

wader commented 8 months ago

Doh! true and now i remember i probably played around with some of those tools before doing ansisvg :) let's keep ansisvg focused on "screenshotting" for now :)