an api that's used to resize images with jpg format
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This is a simple fullstack project whose purpose is to apply resizing on any image to a specified size without affecting the quality of the picture
To get started you need node.js installed on your own system:
git clone https://github.com/xValenciax/ImageResizingAPI
npm install express multer sharp
npm run dev
or
npm run start
to run project in production mode
this is a descriptive screeshot that shows how to interact with the home page
./public/assets/full
in order to be successfully accessed. you could either add them manually or upload them via the API https://xvalenciax.github.io/ImageResizingAPI/public
test the resizing process
https://xvalenciax.github.io/ImageResizingAPI/api?image=encenadaport.jpg&width=400&height=400
For more examples, please refer to the Documentation
Your Name - @LinkedIn profile - email@email_client.com
Project Link: Github Repo