mimosa-minify-img

0.4.1 • Public • Published

mimosa-minify-img

Overview

This module will process all your images and optimize/minify them.

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

Usage

Add 'minify-img' to your list of modules. That's all! Mimosa will install the module for you when you start up.

Functionality

Once this module has been added to your project, just execute mimosa minimage to create minified versions of your images in Mimosa's output directory.

When you've validated the minification mimosa minimage --overwrite will overwrite the images in your source directory with the minified versions.

Default Config

minifyImg: {
  options: {
    interlaced: false,
    progressive: false,
    optimizationLevel: 2
  },
  exts: [ "gif","jpeg","jpg","png" ]
}
  • options: an object. These are pass-through options to image-min.
  • exts: An array of strings, the extensions to run image minification on.

Package Sidebar

Install

npm i mimosa-minify-img

Weekly Downloads

1

Version

0.4.1

License

MIT

Last publish

Collaborators

  • dbashford