Resizes a list of images and adds a watermark to each of them.
- Clone this repository to your local machine.
- Install the necessary dependencies:
npm ci
- Add your images to the
./input
directory (the water mark should bewater-mark.png
). - Run the application using the command:
npm run start
- View the resulting images in the
./output
directory.
- Add tests
- Enable receiving values via cli arguments
- Add an option "colorOverlay"
- Add an option "opacity"
Feel free to contribute by opening issues or submitting pull requests. Your feedback and contributions are highly appreciated.
This project is licensed under the MIT License - see the LICENSE file for details.