An Interactive Tool (Website) for Real-time Image Dithering & Filters in a responsive interface.
i. Fork the repo into your account
ii. Clone the project into your local machine
git clone https://github.com/<Your-name>/Dithering_and_Image_Manipulation.git
iii. navigate to DitherPlay folder
cd .\DitherPlay\
iv. install dependencies
npm i
v. Run the project on local machine
npm run dev
Thank you for considering to contribute to this project 😄
Never made an open source contribution before? And wondering how to contribute to this project? No worries! Here's a quick guide,
- Choose any feature/bug you wanna contribute to.
- Fork the repository into your own account.
- Clone the repo you have forked in your local machine using
git clone https://github.com/<Your-name>/Dithering_and_Image_Manipulation.git
- Create a new branch for your fix by using the command
git checkout -b YourName-branch-name
- Make the changes you wanna do and stage them using the command
git add files-you-have-changed
or usegit add .
- Use the
git commit -m "Short description of the changes"
to describe the changes you have done with a message. - Push the changes to your remote repository using
git push origin your-branch-name
- Submit a PR(pull request) to the upstream repository (PrajwalDhule/Dithering_and_Image_Manipulation) with a title and a small description.
- Wait for the pull request to be reviewed, make appropriate changes if recommended, and submit it.
- And your pull request is merged! Congrats 🎊
You can connect with me,
- via mail: prajwalhere247@gmail.com or
Checkout Chromafy