an api that's used to resize images with jpg format
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
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:
- Clone the repo
git clone https://github.com/xValenciax/ImageResizingAPI
- Install required NPM packages
npm install express multer sharp
- Run the following command to run the project in dev mode
or
npm run dev
to run project in production modenpm run start
this is a descriptive screeshot that shows how to interact with the home page
hint: images should always exist in this path ./public/assets/full in order to be successfully accessed. you could either add them manually or upload them via the API
-
go to home page
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