Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.01 KB

Image Transform

Resizes a list of images and adds a watermark to each of them.

Example

How to Use

  1. Clone this repository to your local machine.
  2. Install the necessary dependencies: npm ci
  3. Add your images to the ./input directory (the water mark should be water-mark.png).
  4. Run the application using the command: npm run start
  5. View the resulting images in the ./output directory.

Todo

  • Add tests
  • Enable receiving values via cli arguments
  • Add an option "colorOverlay"
  • Add an option "opacity"

Technologies Used

Contributing

Feel free to contribute by opening issues or submitting pull requests. Your feedback and contributions are highly appreciated.

License

This project is licensed under the MIT License - see the LICENSE file for details.