It converts png/jpg images to webp.
- Node v12.4.0/+.
- NPM v.6.9.0/+.
- Donwload the repositories.
- Put all the images the needs to be converted inside the
input
directory. Images can be put in nested directories also. - Run the command
npm install
. - Run the command
npm run start
- All the formatted images will be inside a newly created directory called
output
.