Reputation: 395
How i can drawing and save it as a layer.
Add jsfiddle example, but i need could i can drawing: http://jsfiddle.net/nieszka/Z7ABH
Upvotes: 0
Views: 102
Reputation: 8060
You can use layer.toJSON()
to save the layer as string in the database.
To create the layer again, use Kinetic.Node.create().
Upvotes: 1