Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 423 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 423 Bytes

Image resizer by Yatiac

This is a simple image resizer done in nodeJS using the sharp library. There is a live version here.

You can also use the api directly. Just call the /resize endpoint. HTTP Verb POST. MultiPart Body, file.

To run locally:

  • clone repo
  • npm install
  • npm run start

ToDo:

  • add unit tests
  • add propper error logging
  • use clusters