This project is a web application that allows users to change the color of a product image by selecting a new color using a color picker.
Live Demo: color-Tshirt.com
- Users can upload an image of a product
- Users can change the color of the product image using a color picker
- Users can download the modified image
This project was built using:
- HTML
- CSS
- JavaScript
- P5.js - a JavaScript library for creative coding
- Visit the live demo at https://change-product-image-color.netlify.app
- Upload an image of a product
- Use the color picker to change the color of the product image
- Download the modified image
Contributions to this project are welcome. To contribute, follow these steps:
- Fork this repository
- Create a new branch (
git checkout -b feature/your-feature
) - Make changes and commit them (
git commit -am 'Add your feature'
) - Push to the branch (
git push origin feature/your-feature
) - Create a new Pull Request
This project is licensed under the MIT License. See the LICENSE file for details.
This project was inspired by developer Andrew Tsegaye.