What are the best tools to create a web app that lets users to:
- draw images
- record their drawings
- start and stop the recording
- watch others recorded draws as an animation
- play and pause the animation
By animation, I mean something where the user can record the changes beeing made on the canvas and then watch the recording.
I suppose HTML5 canvas is obvious way to go, but is there some nice tools to help me build the functionality around the recordings and persisting the animations?