I am trying to save canvas state involving images on the server and then retrieve the state at a later stage. I am using KineticJS library. I am saving the state by using stage.toJSON() and then recreating it using stage2.load() but the resulting JSON created from stage.toJSON doesnt conatain any data relating to the images and subsequently stage2 has all the shapes except images which are undefined.
Something else should be done to make the json include the image data?