Simple web app to compress your image
- Express for the web server
- EJS for the web HTML templating language
- Sharp for the image compression library
git clone <this repo>
npm i
npm run dev
# or
npm run start
Simple web app for compressing images. Built using Express, EJS & Sharp.
JavaScript