I'm building a webpage where I can upload an image and put a fog of war on top of it.
There are two views, one where the fog of war is semi-transparent and one where it's completely opaque. I'd like to be able to cast the opaque version.
So far, the only solution I've been able to get working is to render the opaque version on the server and then send a url to the chromecast to load that image using the default media receiver.
Is there a way to build my own receiver that could render an image and fog of war on a canvas? I've tried to find examples of custom html in the receiver, but all I've found so far is custom css styling.