node-img-resize
v1.0.0
Published
Resize images from one folder and store them into a new folder.
Downloads
2
Readme
Image Resizer
Resize images from one folder and store them into a new folder.
Dependencies
How to use
- Put images to
images/orig
folder - Run
npm install
under this project root folder - Run
npm start
and give a width number in px - View resized images in
images/dist
folder