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
- Host: GitHub
- URL: https://github.com/cn-tools/docker-optimizt-watcher
- Owner: cn-tools
- License: unlicense
- Created: 2024-02-23T14:10:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T06:14:18.000Z (over 1 year ago)
- Last Synced: 2025-03-24T07:26:03.549Z (over 1 year ago)
- Topics: chokidar, docker, docker-image, image-compression, images, optimizt
- Language: Dockerfile
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)