1.0.0 • Published 7 months ago

simple-webp v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

simple-webp

A simple webp converter for node.js.
I'm sure there are thousands like it but I scripted this specifically to convert local file images.

Note: This only works with directories not sigle files.

Pre-requisites

Node.js 14+

Installation

npm install -g simple-webp

Usage

simplewebp <input-directory ...> <output-directory ...> <quality>

Example

simplewebp ./images ./images/webp 80
1.0.0

7 months ago