-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mini Paint #453
Mini Paint #453
Conversation
…ation with features like selecting a color, brush size, eraser, clearing the board completely, download the drawn image in PNG or JPG format
Pencil button functionality is added and a `not-allowed` cursor style for the eraser button for a better UI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect all looks good. It would be better though if u put the pencil button in the beginning of the buttons list.
Good job @SitaGanesh. I am happy to approve now.
As a further improvement if possible, I would suggest to add the feature of fill color.
Updated the pencil button at the beginning of the buttons
Thanks very much for contributing! Your pull request has been merged 🎉 Hoping for more contribution from you in future. Happy hacking and Learning ✌🤟 |
@all-contributors please add @SitaGanesh for code, doc |
I've put up a pull request to add @SitaGanesh! 🎉 |
Thankyou Sir @bislara , and team code-n-stitch. Since this is my first contribution and I feel very happy to be in this part of the code. I don't know what to do further, after being a contributor, I guess any help! Coming to the mini-paint issue, I was working on implementing the color-filling-functionality. I was not able to catch what actually it is made of, which involves some sort of algorithm like flood fill and canvas manipulation even though I will be trying to do this taking into a challenge. |
@SitaGanesh further you can pick up any existing issues in the repo or u can create a new issue which you think would be a good addition and work on it. In the paint issue, give it a try, understand the underlying functionalities of the canvas and how it can be used to fill color using some algorithm. |
Sure sir @bislara, I think it would be good if i creating a new issue and work on it. I will figure it out what sort of algorithm it's build of it. And I will try to take small steps to achieve this task. |
Description
I have added a mini-paint folder with HTML, CSS, and JS files. which creates a webpage having the paint application with features like selecting a color, brush size, and eraser, clearing the board completely, downloading the drawn image in PNG or JPG format.
There is no dependency.
Fixed #194
Type of change
Checklist:
README.md