sebdeckers / pfnp

:alien: Programming For Non-Programmers
19 stars 13 forks source link

SVGOMG #3

Open vilav opened 8 years ago

vilav commented 8 years ago

In the past few years, SVGs have become the format of choice for loading non-photo assets since they're mathematical equations that can scale infinitely, without distorting, thereby making them ideal image formats for multiple devices that run at multiple resolutions.

After exporting these from design tools like Sketch, Illustrator, CorelDRAW there's still ample room left to optimize them for delivery as an asset of a webpage

SVGOMG is a great WYSIWYG tool to simplify the task of optimizing SVGs

https://jakearchibald.github.io/svgomg/

sebdeckers commented 8 years ago

Really great tool! Once you get comfortable with the visual tool, it's useful to add svgo to your toolchain. Plugins exist for grunt, gulp, etc or just run it in JS/NPM or from the command line.

Oh, I also gave a talk about SVG at last year's CSSConf.asia :speak_no_evil: Sorry the mic recording got messed up.

IMAGE ALT TEXT HERE