Using the drawing canvas, I'm drawing images to make trees, that I then load that image into a tree sprite that I'd like to share with peers that join in my multiplayer game. How do I save the images in a way that the peers can then download these drawn images when loaded in? It's p2p connection where 1 person is the host. I have a signal server setup in C3.