From b61a77a5ef065d216d00cc92416a7736a1bb74de Mon Sep 17 00:00:00 2001 From: Clemens Neubauer Date: Fri, 23 Feb 2024 15:30:10 +0100 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aef7917 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# 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)