Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maximilianmairinger/imagecompressionservice

Service for compressiong images in a folder on the fly. Supports multiple codecs and resolution. Built upon image-web.
https://github.com/maximilianmairinger/imagecompressionservice

compression image img minification optimization picture service web

Last synced: about 1 month ago
JSON representation

Service for compressiong images in a folder on the fly. Supports multiple codecs and resolution. Built upon image-web.

Awesome Lists containing this project

README

        

# Image compression service

Service for compressiong images in a folder on the fly. Supports multiple codecs and resolution. Built upon image-web.

> Please note that Image compression service is currently under development and not yet suited for production

## Installation

```shell
$ npm i image-compression-service
```

## Usage

### CLI

```shell
imageCompressionService --help
```

### API

```ts
import imageCompressionService from "image-compression-service"

imageCompressionService()
```

## Contribute

All feedback is appreciated. Create a pull request or write an issue.