0.2.2 • Published 10 years ago

mimosa-minify-svg v0.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

mimosa-minify-svg

Overview

This module uses SVGO to minify SVG files.

For more information regarding Mimosa, see http://mimosa.io.

Usage

Add 'minify-svg' to your list of modules. That's all! Mimosa will install the module for you when you start mimosa watch or mimosa build.

Functionality

During mimosa watch and mimosa build, when the --minify flag is used, this module will optimize.svg files.

Why?

SVG files, especially exported from various editors, usually contains a lot of redundant and useless information such as editor metadata, comments, hidden elements, default or non-optimal values and other stuff that can be safely removed or converted without affecting SVG rendering result.

Default Config

minifySvg: {
  options: {}
}
  • options an object, pass-through options/plugins to the SVGO library.
0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago