How to save canvas state to backend and load it later?

How can I load the state and save it to the backend later?
3 Replies
mdynnl
mdynnl2y ago
not really solid specific question though, but it should be something like this 1. state 2. use state to render canvas 3. save state to somewhere somehow (may vary depending on your setup) 4. at a later time, go to step 1.
pronoob
pronoobOP2y ago
But how to "get" the state?
mdynnl
mdynnl2y ago
How are you rendering to the canvas?

Did you find this page helpful?