vue-fabric-wrapper
vue-fabric-wrapper copied to clipboard
How can I serialize the state of the canvas and redraw later on?
Hello and thank you in advance.
I will use the "Stick Man" canvas to illustrate what I want to do.
- Load "Stick Man" canvas in browser
- Change the position of the arms
- Save the state of the canvas to database
- Come back later, load the canvas state from the database
- The "Stick Man" renders with the modified arm position
Is there a simple way to do this?
Thanks again, John (Software developer at UC Berkeley)