SVG Utilities
I am experimenting with SVG and here I share some interesting utilities.
Libraries
- https://github.com/adobe-webplatform/Snap.svg
- https://github.com/maxwellito/vivus
- https://github.com/greensock/GSAP
- https://github.com/svgdotjs/svg.js/
Optimizers
- svgo:
- https://github.com/svg/svgo
- https://jakearchibald.github.io/svgomg/ (GUI)
- Note: compared with svgcleaner (see the next optimizer), svgo has the potential to break things
- svgcleaner:
- https://github.com/RazrFalcon/svgcleaner
- https://github.com/RazrFalcon/svgcleaner-gui/releases (GUI)
- Note: svgcleaner promises to not break things