Is there a way to render the canvas in the splash screen into an HTML IMAGE element?
img.src = canvas.toDataURL();
where img and canvas are the corresponding element of the object (from document.getElementByElement(...) ).
img
canvas
document.getElementByElement(...)