image-resizer-omg

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i image-resizer-omg

Weekly Downloads

2

Version

0.0.1

License

ISC

Unpacked Size

8.08 MB

Total Files

11

Last publish

Collaborators

  • hans070809