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

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

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
```