jnis77diver / Test-Sharp-WebP-Options

Little utility for testing the WebP output of the Sharp image library with different options

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Utility for Testing Sharp image library WebP conversion options

To use:

  1. npm install
  2. Add an image to the root of the directory and from the command line call
Ex. 1
$ npm run compress fountain.jpg      //  Quality will default to 80

Ex. 2
$ npm run compress fountain.jpg 90   // set quality to 90

About

Little utility for testing the WebP output of the Sharp image library with different options


Languages

Language:JavaScript 100.0%