There's no way yet, but a good workaround in the mean time would be to nick the texture of an existing sprite - the texture_img member of the Sprite type is a browser Image class for the texture. For example, this.runtime.types["MySprite"].texture_img would get the image for a sprite called "MySprite", which you can then put in the DOM somewhere.