Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Terser Webpack Plugin | 1,861 | 196,055 | 13,635 | 15 days ago | 73 | August 29, 2022 | 8 | mit | JavaScript | |
Terser Plugin | ||||||||||
Phaser3 Rex Notes | 1,024 | 1 | 2 | 2 days ago | 71 | June 29, 2022 | 2 | mit | JavaScript | |
Notes of phaser3 engine | ||||||||||
Gulp Htmlmin | 700 | 19,980 | 1,624 | 3 years ago | 18 | September 08, 2018 | 6 | mit | HTML | |
Minify HTML | ||||||||||
Rollup Plugin Terser | 599 | 8,009 | 18,522 | 5 months ago | 25 | September 04, 2020 | 23 | mit | JavaScript | |
Rollup plugin to minify generated bundle | ||||||||||
Packem | 542 | 1 | 4 | 3 years ago | 6 | August 17, 2019 | 6 | mit | JavaScript | |
📦⚡ A precompiled JavaScript module bundler | ||||||||||
Vkbeautify | 267 | 5 years ago | 17 | other | JavaScript | |||||
vkBeautify is a small, simple and powerfull javascript plugin to beautify XML, JSON, CSS and SQL text. | ||||||||||
Rollup Plugin Uglify | 256 | 12,685 | 13,871 | 10 days ago | 18 | December 11, 2019 | 14 | mit | JavaScript | |
Rollup plugin to minify generated bundle | ||||||||||
Minify Maven Plugin | 206 | 5 years ago | 1 | July 07, 2015 | 47 | apache-2.0 | Java | |||
Combine and minimize JavaScript and CSS files for faster page loading. | ||||||||||
Minimize | 151 | 19,092 | 666 | 3 years ago | 17 | February 24, 2016 | 26 | mit | JavaScript | |
Minimize HTML | ||||||||||
Jekyll Press | 150 | 108 | 6 years ago | 4 | June 04, 2013 | 1 | mit | Ruby | ||
🚨 [deprecated] Minifier plugin for jekyll. Minifies all html, js, css files. Simple just drop it in solution. No Java required |
This module uses SVGO to minify SVG files.
For more information regarding Mimosa, see http://mimosa.io.
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
.
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.
minifySvg: {
options: {}
}
options
an object, pass-through options/plugins to the SVGO library.