TIL you can make "GIFs" with SVGs for GitHub README.md files
10 months ago
- #Github
- #SVG
- #Animation
- Moving SVGs can be used similarly to GIFs but with higher resolution and smaller file sizes (e.g., 49Kb).
- Github supports these moving SVGs in README.md files.
- Tools like asciinema and svg-term-cli are used to create and implement these SVGs.
- SVG animations are built into the SVG spec with elements like <animate>, <animateTransform>, and <animateMotion>.
- svg-term-cli leverages these SVG animation capabilities to create moving SVGs.