Image Processing Api is a Simple Api to resize your images, this is simple project but it demonstrates using Powerful technologies like Express as Rest Api Framework, Typescript, Jasmine Unit testing library, 3rd-part library Sharp, eslint, prettier
Use the package manager npm to install the project.
npm i
Put your File in /assets/full
run the application npm start
navigate to the endpoint localhost:3000/api/images?filename=yourFilename&&length='yourdesiredlenght'&&width='yourdesiedwidth'
And poshhh the image is resized and you can get your file at
/assets/thumb/
npm run build
to run unit testing
npm run test