/the-image-compressor

Simple web app for compressing images. Built using Express, EJS & Sharp.

Primary LanguageJavaScript

The Image Compressor

About

Simple web app to compress your image

Libs

  • Express for the web server
  • EJS for the web HTML templating language
  • Sharp for the image compression library

How to Run

git clone <this repo>
npm i
npm run dev
# or
npm run start