racingrebel / svgo

:tiger: Node.js tool for optimizing SVG files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a fork of the original SVGO library used for creating basic web icons.

This fork is designed to strip down SVGs down to fundimental paths and shapes without relying on groups and defs. This fork contains a flattenDefs plugin. It allows SVGs that include their paths and shapes in defs to be pulled out of the tag and then removes the tag. IDs inside of the children of are also removed in the process.

About

:tiger: Node.js tool for optimizing SVG files

License:Other


Languages

Language:JavaScript 99.8%Language:Makefile 0.2%