S
SolidJS10mo ago
pronoob

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