Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/estavadormir/stylish-grandpa

CLI tool optimizes images in a selected folder and generates two sets of images: original and mobile versions, in their original format and WebP.
https://github.com/estavadormir/stylish-grandpa

bun cli image-optimization typescript

Last synced: about 2 months ago
JSON representation

CLI tool optimizes images in a selected folder and generates two sets of images: original and mobile versions, in their original format and WebP.

Awesome Lists containing this project

README

        

# Image Optimizer CLI

This CLI tool optimizes images in a selected folder and generates WebP images, ensuring that the images are reduced in size below 100KB without losing significant quality.

## Features

- Converts images to WebP while maintaining the targeted file size. 💾
- Creates a mobile version for each image. 📱
- Recursively processes images in nested folders. 🚀
- Directory autocomplete in folder selection. 🔍

## Installation

```sh
bun install
```

## Usage

```sh
bun start
```

## Contributing

Contributions are welcome!