This seems to be a JavaScript problem more than a specific Elm problem.
You have to send the image data via websocket. I see two possibilities: 
either you send the image data in whatever format allows you to manually 
redraw the canvas (ex: a list of RGB tuples), either, as you say, you use a 
data URL.

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to