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
- Host: GitHub
- URL: https://github.com/skuong/2webp
- Owner: skuong
- License: mit
- Created: 2022-06-17T15:24:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T08:22:13.000Z (almost 4 years ago)
- Last Synced: 2026-06-06T09:21:28.903Z (18 days ago)
- Topics: child-process, image, image-processing, nodejs, optimization, performance, webp
- Language: JavaScript
- Homepage:
- Size: 2.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`