0.0.1 • Published 4 years ago

image-resizer-omg v0.0.1

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

image-resizer-omg

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

Installation

 install image-resizer-omg

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