https://github.com/fokaaas/image-cropper-api
A simple API to process your image
https://github.com/fokaaas/image-cropper-api
api image-processing
Last synced: 3 months ago
JSON representation
A simple API to process your image
- Host: GitHub
- URL: https://github.com/fokaaas/image-cropper-api
- Owner: fokaaas
- License: mit
- Created: 2023-11-17T16:50:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-17T22:35:08.000Z (over 1 year ago)
- Last Synced: 2025-01-22T00:32:18.890Z (5 months ago)
- Topics: api, image-processing
- Language: TypeScript
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
Process your images with this simple API. More details in the [documentation](https://image-cropper-api.onrender.com/doc).
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## License
Project is [MIT licensed](LICENSE).