An open API service indexing awesome lists of open source software.

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

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).