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

https://github.com/cn-tools/docker-optimizt-watcher

automatic optimizer with optimizt and chokidar
https://github.com/cn-tools/docker-optimizt-watcher

chokidar docker docker-image image-compression images optimizt

Last synced: 3 months ago
JSON representation

automatic optimizer with optimizt and chokidar

Awesome Lists containing this project

README

          

# docker image to optimize images with [optimizt](https://github.com/343dev/optimizt) automatically

in combination from [optimizt](https://github.com/343dev/optimizt) and [chokidar](https://github.com/paulmillr/chokidar)

## usage

point a path to '/src/input' as input folder
point a path to '/src/output' as outgoing folder

Files that “optimizt” can process are processed and stored in the output folder.
Files that cannot be optimized are moved directly to the output folder.

## special thanks
* [343dev](https://github.com/343dev)