makestatic-optimize-image

1.0.28 • Public • Published

Optimize Image

Optimize image files

Optimizes image files using imagemin.



Install

yarn add makestatic-optimize-imagemin

API

OptimizeImage

Compress image files.

See Also

.sources

OptimizeImage.prototype.sources(file, context[, options])

Optimize a file.

This implementation inspects the file extension and configures imagemin with the appropriate plugin for the file being processed.

Returns a promise that resolves when the file has been optimized.

  • file Object the current file.
  • context Object the processing context.
  • options Object options for imagemin.
Options
  • jpg Object options for imagemin-mozjpeg.
  • png Object options for imagemin-pngquant.
  • svg Object options for imagemin-svgo.
  • gif Object options for imagemin-gifsicle.

License

MIT


Created by mkdoc on March 12, 2017

Package Sidebar

Install

npm i makestatic-optimize-image

Weekly Downloads

0

Version

1.0.28

License

MIT

Last publish

Collaborators

  • muji
  • tmpfs