pub fn get_ctx_from_canvas<T: JsCast>(
    canvas: &HtmlCanvasElement,
    ctx_name: &str
) -> Result<T, JsValue>