Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RezaZkr opened this issue Aug 13, 2022 · 3 comments
Open

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

RezaZkr opened this issue Aug 13, 2022 · 3 comments

Comments

@RezaZkr
Copy link

RezaZkr commented Aug 13, 2022

Hello,I want it to be editable after saving

@mattar88
Copy link
Owner

mattar88 commented Aug 14, 2022

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

@RezaZkr
Copy link
Author

RezaZkr commented Aug 14, 2022

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

@mattar88
Copy link
Owner

mattar88 commented Aug 14, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants