https://github.com/sokhuong-uon/2webp
convert image to webp format with nodejs
https://github.com/sokhuong-uon/2webp
child-process image image-processing nodejs optimization performance webp
Last synced: about 1 month ago
JSON representation
convert image to webp format with nodejs
- Host: GitHub
- URL: https://github.com/sokhuong-uon/2webp
- Owner: sokhuong-uon
- 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: 2025-01-24T02:32:47.666Z (over 1 year 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`