can I save what I have created on the file? #47
-
can I save what I have created on the file, like if I created one circle and two rectangles and then I want to save it in my local drive, and then after a while I open the project and start creating objects again from where I left. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @osamatan125 Yes |
Beta Was this translation helpful? Give feedback.
-
Awesome, Thank you @raminious , I saved it in Local storage and it works perfectly. |
Beta Was this translation helpful? Give feedback.
Hi @osamatan125
Yes
editor.export.toJson()
gives you a json output that you can save that in a file or database. later, you can useeditor.import.json
to load thathttps://pikaso.app/#/core/import-export