pub fn canvas(id: &str) -> Option<HtmlCanvasElement>
Expand description

Convenience function to access the web_sys::HtmlCanvasElement. /// Note: Returns None if there is no element with the given id or the element isn’t HtmlCanvasElement.