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

https://github.com/skuong/2webp

convert image to webp format with nodejs
https://github.com/skuong/2webp

child-process image image-processing nodejs optimization performance webp

Last synced: 14 days ago
JSON representation

convert image to webp format with nodejs

Awesome Lists containing this project

README

          

# convert image to webp
a minimal example for converting image to `webp` format.

## Only work on `linux` with `webp` installed

## Install `webp` on Debian/Ubuntu:

`sudo apt install webp`