Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/maximilianmairinger/imagecompressionservice
- Owner: maximilianMairinger
- Created: 2024-06-19T14:21:47.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-19T14:21:50.000Z (7 months ago)
- Last Synced: 2024-10-31T06:21:44.385Z (2 months ago)
- Topics: compression, image, img, minification, optimization, picture, service, web
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/image-compression-service
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.