This is a Node.js API for image processing. It provides various functionalities to manipulate and process images using popular libraries such as Sharp and Jimp.
To install and use this API, follow these steps:
- Clone the repository:
git clone https://github.com/ngnguyen1/image-processing-api.git - Navigate to the project directory:
cd image-processing-api - Install the dependencies:
npm i - Start the server:
npm start
- Build run
npm run build - Test: run
npm run test - Lint, run
npm run lint
Once the server is running, you can send HTTP requests to the API endpoints to perform image processing operations. Here are some examples:
GET /_healthcheckPOST /api/images?filename=img-name.jpg&width=200&height=200Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.