pub fn create_canvas( width: u32, height: u32, ) -> Result<HtmlCanvasElement, String>
Creates a new canvas width given with and height.