Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afeiship/imagemin-cli

Imagemin cli.
https://github.com/afeiship/imagemin-cli

cli compress image imagemin imc jpeg jpg minify png svg tiny

Last synced: 12 days ago
JSON representation

Imagemin cli.

Awesome Lists containing this project

README

        

# imagemin-cli
> Imagemin cli.

## usage
```shell
$ imc -h
Usage: imc [options]

Options:
-V, --version output the version number
-i, --input your input globs (default: "*.*")
-o, --output your output dir (default: "dist")
-mode, --fit-mode fit mode of image (default: "inside")
-x, --width width of image
-y, --height height of image
-s, --scale scale of image(1-100) (default: [100,100])
-q, --quality quality of image(1-100) (default: 80)
-f, --format format of image
-v, --verbose show verbose log (default: false)
-h, --help display help for command
```