This is a Node API that resizes images.
http://localhost:3000/api?image=santamonica&width=900&height=900
npm run prettier ---> "prettier": "prettier --config .prettierrc "src/**/*.ts" --write"
npm run build ------> "build": "npx tsc"
npm run lint -------> "lint": "eslint ."
npm run lint-fix ---> "lint-fix": "eslint . --fix"
npm run start ------> "start": "nodemon src/index.ts"
npm run jasmine ----> "jasmine": "jasmine"
npm run test -------> "test": "npm run build && npm run jasmine"