Show HN: Termtosvg – Record terminal sessions as SVG animations
1–10 of 84 posts
Re: Show HN: Termtosvg – Record terminal sessions as SVG animations
#2[Edit: This seems to be a macOS/driver bug affecting only some models]
Re: Show HN: Termtosvg – Record terminal sessions as SVG animations
#3Re: Show HN: Termtosvg – Record terminal sessions as SVG animations
#4But how does it compare? Is the size smaller, is it more efficient?
Re: Show HN: Termtosvg – Record terminal sessions as SVG animations
#5Excellence! The README reads: "I really like the clean look of SVG animations and I also wanted to see how this solution would hold out against other attempts at terminal recording such as asciinema." But how does it compare? Is the size smaller, is it more efficient?
As I explained in the above article, this is already possible with asciinema + svg-term-cli (https://github.com/marionebl/svg-term-cli).
The one downside with animated SVGs is that they're not as compatible to be included anywhere as GIFs since they're really just html snippets.
Re: Show HN: Termtosvg – Record terminal sessions as SVG animations
#6Re: Show HN: Termtosvg – Record terminal sessions as SVG animations
#7Excellence! The README reads: "I really like the clean look of SVG animations and I also wanted to see how this solution would hold out against other attempts at terminal recording such as asciinema." But how does it compare? Is the size smaller, is it more efficient?
Animated SVG animations (really just an svg element + animated css) are significantly smaller, more efficient, and crisper than equivalent GIF animations. I wrote about the difference between the two here: https://hackernoon.com/presenting-your-code-beautifully-fdba... As I explained in the above article, this is already possible with asciinema + svg-term-cli ( https://github.com/marionebl/svg-term-cli ). The one dow…
Being an `asciinema + svg-term-cli` user myself, what are the arguments for moving to `termtosvg`?
Thanks!
Re: Show HN: Termtosvg – Record terminal sessions as SVG animations
#8Re: Show HN: Termtosvg – Record terminal sessions as SVG animations
#9The example animation looks broken in Safari (including Tech Preview 59), works in Chrome 67 (of course), and in Firefox 61. [Edit: This seems to be a macOS/driver bug affecting only some models]
Re: Show HN: Termtosvg – Record terminal sessions as SVG animations
#10Excellence! The README reads: "I really like the clean look of SVG animations and I also wanted to see how this solution would hold out against other attempts at terminal recording such as asciinema." But how does it compare? Is the size smaller, is it more efficient?
Animated SVG animations (really just an svg element + animated css) are significantly smaller, more efficient, and crisper than equivalent GIF animations. I wrote about the difference between the two here: https://hackernoon.com/presenting-your-code-beautifully-fdba... As I explained in the above article, this is already possible with asciinema + svg-term-cli ( https://github.com/marionebl/svg-term-cli ). The one dow…
Editing the HTML attribute to width=2000% is pretty sweet however because it's a vector.
I'm guessing if the example wasn't in an image tag I could select the text too?