0.0.1 • Published 4 years ago

imageresizerfromfolders v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

imageresizerfromfolders

Build Status

imageresizerfromfolders is a simple script that reduce the size of .jpg and .png of all images from a root folder.

Install

imageresizerfromfolders requires Node.js v4+ to run.

In your app folder open a terminal and write.

$ npm i imageresizerfromfolders -D

Usage

const resize = require("imageresizerfromfolders");
resize("C:/Users/YourUser/Pictures/");

Terminal Output

Initializing
Reading folder structure, this might take a while...
A total of 5 images are going to be processed
Optimizing...
Finalized Successfully

License

MIT

0.0.1

4 years ago