Class type Dom_html.canvasElement

inherit element
method width : int Js.prop
method height : int Js.prop
method toDataURL : Js.js_string Js.t Js.meth
method toDataURL_type : Js.js_string Js.t -> Js.js_string Js.t Js.meth
method toDataURL_type_compression : Js.js_string Js.t -> float -> Js.js_string Js.t Js.meth
method getContext : context -> canvasRenderingContext2D Js.t Js.meth