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
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.
But how to "get" the state?
How are you rendering to the canvas?