Module Webapi__Dom__Image
type t;
let makeWithData: array:Js.Typed_array.Uint8ClampedArray.t => width:float => height:float => t;let make: width:float => height:float => t;let data: t => Js.Typed_array.Uint8ClampedArray.t;let height: t => float;let width: t => float;