0.0.1 • Published 4 years ago

image-resizer-hans v0.0.1

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

image-resizer-hans01

resize image based on image's height, width and percentage.

Installation

pip install image-resizer-hans01

Usage

const demo = require('./index');

demo.resizeByWidth(400);  //resize imaeg by width
demo.resizeByHeight(100); //resize imaeg by height
demo.resizeByPercentage(200); //resize imaeg by percentage

License

MIT License

0.0.1

4 years ago