imagemin-helper
v1.0.2
Published
Optimizing images with imagemin libraries
Downloads
1
Readme
imagemin-helper
Optimizing images with imagemin libraries
Supported input images formats - JPG and PNG
Functions
lite(imagePath, outputDir) ⇒ Object
lite - for quick optimization
Kind: global function
| Param | Type | Description | | --- | --- | --- | | imagePath | String | absolute path of the image | | outputDir | String | optional absolute path of the output directory. If omitted the image will be overwritten |
main(imagePath, outputDir) ⇒ Object
main - detailed image optimization
Kind: global function
| Param | Type | | --- | --- | | imagePath | String | | outputDir | String |
webp(imagePath, destination) ⇒ Boolean | Error
webp - Generating Webp image from JPG or PNG image
Kind: global function
| Param | Type | Description | | --- | --- | --- | | imagePath | String | | | destination | String | if ommitted, Webp file will be placed in the directory of the {imagePath} |