top | item 44679581

(no title)

taoh | 7 months ago

We use asciinema to record CLI tools terminals and add the recordings as svg to our README. We also use the recordings to replay as part of our CI. works great!

discuss

order

iib|7 months ago

How do you use the recordings as part of the CI?

kragen|7 months ago

That sounds cool! An animated SVG? How do you convert to SVG format?

kragen|7 months ago

Upon investigation, both dg and svg-term-cli output SVG with embedded CSS animation. So it's not that SVG supports animation per se. This also remodels my understanding of what CSS animation can do.