Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/afeiship/imagemin-cli
- Owner: afeiship
- Created: 2021-06-18T18:54:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T22:43:53.000Z (7 months ago)
- Last Synced: 2024-10-06T16:20:19.114Z (about 1 month ago)
- Topics: cli, compress, image, imagemin, imc, jpeg, jpg, minify, png, svg, tiny
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```