Remix.run Logo
azemetre a day ago

Could anyone recommend any plugins that turn asciinema recordings to SVGs that are currently maintained?

I'm aware of this one, which seems to be the only one actively maintained from when I lasted looked:

https://github.com/MrMarble/termsvg

Hoping others have different recommendations.

What would be nice about transforming to SVG is low bandwidth and ease of use for static sites.

zimbatm a day ago | parent [-]

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

azemetre 7 hours ago | parent [-]

Thanks! Do you have experience using it? I'm quite nervous on using node CLT because the dependencies will always end up destroying the project and seeing it hasn't been updated in 5 years does not instill confidence.

The golang project looked better because at least the golang project provides a binary.