I'm using Raphael to sketch in my web application: http://ianli.com/sketchpad/
Raphael SketchPad
allows to generate json code from the sketch, and to redraw it back, as you can see in the demo.
Now having this json code, is there anyway to regenerate an image file with the sketch (that i can save in my computer)?
- Either, generating the file in the client side (Javascript).
- Or with the json code, recreate the sketch on the server (Java).
(I prefer the later approach).
Thank you.