2.0.0 • Published 1 year ago

@nitra/minify-image v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Minify images (PNG, JPEG, GIF, SVG)

view on npm npm module downloads Build Status Coverage Status Total alerts Language grade: JavaScript Dependency Status Known Vulnerabilities Join the community on Spectrum

Minify images in directory, if compressed size lower than 15%

Example run:

npx @nitra/minify-image --src=.

Options

--write           If not set, only estimate size difference
--src directory   The directory to process.
-h, --help        Print this usage guide.