imageMaker icon indicating copy to clipboard operation
imageMaker copied to clipboard

how can I get the output code of the final file?

Open RezaZkr opened this issue 3 years ago • 3 comments

Hello,I want it to be editable after saving

RezaZkr avatar Aug 13 '22 19:08 RezaZkr

Hello, It not supported at the current time!, You need to save every objects(Images, Positions,...) in local storage or somewhere else in order to edit them later you can use Hooks and Events it can help you

mattar88 avatar Aug 14 '22 05:08 mattar88

How can I get these values and how should I pass these values to the function later. I really need help

RezaZkr avatar Aug 14 '22 06:08 RezaZkr

Firstly these Hooks and Events used to know every event and trigger, touch, drag, resize.. so you can use them to save data in the local storage, then on load if you are in the edit status should load the data from local storage and set them in the options.

mattar88 avatar Aug 14 '22 07:08 mattar88