webp-converter-images
v1.0.1
Published
A simple tool to convert images to WebP format
Downloads
2
Readme
webp-converter-images
webp-converter-images
is a simple tool to convert images to WebP format. This
package uses cwebp
for the conversion.
Features
- Convert JPEG, PNG, and other image formats to WebP.
- Easy to use command line interface.
- Fast and efficient.
Requirements
- cwebp must be installed and accessible in your PATH.
Installation
To install cwebp
, you can follow the instructions on the official
WebP download page or use a
package manager like Homebrew on macOS:
brew install webp
npm install -g webp-converter-images
Using cli
convert-images <input_directory> <output_directory>