javascript library for free form drawing

Viewed 10075

Is there a javascript library which lets me draw on a web page and then save the state of that drawing?

I want to draw an 2D image using the mouse and then how to store and load that drawing

3 Answers
Related