Skip to content

harshitjain-hj/isizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iSizer banner image

Resizes the image based on the given dimension on the fly hence reducing the effort of manual resizing or maintaining different versions of the image.


API Reference

Resize image

  GET https://isizer.herokuapp.com/api/resize?wd=${width}&ht=${height}&url=${url}
Parameter Type Description
width integer Required. Width (px) of needed image
height integer Required. Height (px) of needed image
url string Required. URL of image to resize

Demo

View Demo