I would like to do a a web Paint program. Basically I would like to mimic the Windows Paint program in a web application.
The features that I don't really know how to implement are:
- the drawing of 2D shapes (line, circle, etc) in a web browser
- drag and drop
- resize dynamically (seeing preview as you are moving the mouse for resizing)
I am guessing there will be HTML5, CSS3 and Javascript. I am mainly wondering if there are Javascript libraries that I could use to make my life easier.
Best regards