A small node.js library for converting any image to webp file format
- TypeScript!
- Clean code, use system binaries instead of shipped
import { cwebp, gwebp } from "towebp";
await cwebp("input.jpg", "output.webp", "-q 80")
// for gifs
await gwebp("input.gif", "output.webp", "-q 80")