Hacker News new | ask | show | jobs
by Sephr 2276 days ago
How did you generate this animated SVG terminal screen capture?
1 comments

asciinema to generate a raw json file, then svg-term to convert it to svg

https://github.com/asciinema/asciinema

https://github.com/marionebl/svg-term-cli

(I ended up moving the SVG assets to GitHub Pages which hopefully fixes the issue others were seeing.)