Function: deserializeDrawing()
function deserializeDrawing(data): Drawing;
Defined in: draw.ts:288
Deserializes a drawing from a string. String is expected to be in the format
generated by Drawing.serialize()
.
Parameters
data
string
function deserializeDrawing(data): Drawing;
Defined in: draw.ts:288
Deserializes a drawing from a string. String is expected to be in the format
generated by Drawing.serialize()
.
string