https://github.com/advplyr/image-resizer-cli
Resize & compress images in a directory using Sharp
https://github.com/advplyr/image-resizer-cli
Last synced: about 1 month ago
JSON representation
Resize & compress images in a directory using Sharp
- Host: GitHub
- URL: https://github.com/advplyr/image-resizer-cli
- Owner: advplyr
- Created: 2022-04-18T15:23:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T16:02:58.000Z (about 3 years ago)
- Last Synced: 2025-04-24T23:58:36.176Z (about 2 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Resizer CLI
Resize & compress images in directory using Sharp
## Usage / Installation
Preferred usage NPX no install required
```bash
npx image-resizer-cli --help
```
```bash
npx image-resizer-cli -i ./path/to/images ./output
```or global install NPM
```bash
npm install -g image-resizer-cli
```
and use like```bash
image-resizer-cli --help
```
```bash
image-resizer-cli -i ./path/to/images ./output
```