Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/minsoo-web/webp-converter

convert your images (jpg, jpeg, png) to webp
https://github.com/minsoo-web/webp-converter

Last synced: 24 days ago
JSON representation

convert your images (jpg, jpeg, png) to webp

Awesome Lists containing this project

README

        

# WEBP converter

Using [`imagemin`](https://github.com/imagemin/imagemin) package

```bash
yarn
# add your images to sources/
yarn convert

# output is build/
```