Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuel-bonghanoy/convert-to-webp
online converters are all money grabs, so I made my own
https://github.com/samuel-bonghanoy/convert-to-webp
Last synced: 20 days ago
JSON representation
online converters are all money grabs, so I made my own
- Host: GitHub
- URL: https://github.com/samuel-bonghanoy/convert-to-webp
- Owner: Samuel-Bonghanoy
- Created: 2024-11-30T16:11:19.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-30T16:27:44.000Z (about 1 month ago)
- Last Synced: 2024-11-30T17:26:51.898Z (about 1 month ago)
- Language: TypeScript
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# convert-to-webp
Simple Bun application to convert `.jpg` or `.png` images into `.webp`
To install dependencies:
```bash
bun install
```## How to use
1.) Paste all images to be converted into `.webp` format in the `/images` folder.
2.) Run this command
```bash
bun run index.ts
```3.) Once the program is finished running, all converted images will be stored in the `/output` folder
4.) Profit