1.0.2 • Published 9 months ago

webp-wizard v1.0.2

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

node.js

Webp Wizard

This package allows you to convert images to webp format from the command line.

The webp format was developed by Google. Compared to other formats, it takes up less space and provides a higher quality image. With this package, you can convert images to the webp format.

It reduces the file size by up to 95%.

Installation

npm install -g webp-wizard

or

sudo npm install -g webp-wizard

Usage

ww <image-path> 
ww <folder-path> 

Converts all images in the folder to webp format.

Here are a few screenshots


ww-help

ww -h

or

ww --help

ww-image

ww-folder

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago