Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/estavadormir/stylish-grandpa
- Owner: estavadormir
- Created: 2024-08-05T21:23:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T23:37:30.000Z (5 months ago)
- Last Synced: 2024-08-14T02:04:48.721Z (5 months ago)
- Topics: bun, cli, image-optimization, typescript
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!