I want to
1. host creates a picture on drawing Canvas, then sends drawingCanvas.asJSON data to peer via multiplayer message
3. peer recieves message and sets drawingCanvas picture/image from asJSON and is able to "see" the picture created by the host.
Is that possible?
I've tried it, but the peer's drawing canvas doesn't load any data