0

I was create one scribbling application in HTML5(using canvas).I want save current work and retrieve that(like a file) also do modification later.How can i do that. Any help would be appreciable.

Rajamohan Sugumaran
  • 4,439
  • 4
  • 22
  • 19

1 Answers1

0

Take a look at Canvas2Image, it seems to support PNG, JPEG and BMP.

Markus Hedlund
  • 23,374
  • 22
  • 80
  • 109