I'm making a drawing editor using the shapes objects.
I don't use canvas API, because need to map the shapes objects and function data.
But the problem is save/load shapes objects. Through search, understood why can't serialize. So then, how to save/load shapes objects?
Do you know alternative way?