- Resizes images present in
assets/images
folder to specified width and height - Example : http://127.0.0.1:5000/api/images?filename=fjord&width=200&height=300
- Clone this repo
npm install
npm run start
npm run test
- Run
npm run build
- Start using
node build/.
- Use the url
http://127.0.0.1:5000/api/images?filename=fjord&width=200&height=300