Y
Hacker News
new
|
ask
|
show
|
jobs
by
kragen
324 days ago
That sounds cool! An animated SVG? How do you convert to SVG format?
3 comments
taoh
324 days ago
We use termsvg to convert cast to svg automatically. The tool is open source:
https://github.com/DeepGuide-Ai/dg
.
link
kragen
324 days ago
Thanks! I hadn't heard of it!
link
_ache_
324 days ago
svg-term-cli I think. I found a post talking about it not long ago.
https://github.com/marionebl/svg-term-cli
link
kragen
323 days 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.
link