Module Dom.Image

type t
val makeWithData : array:Js.Typed_array.Uint8ClampedArray.t -> width:float -> height:float -> t
val make : width:float -> height:float -> t
val data : t -> Js.Typed_array.Uint8ClampedArray.t
val height : t -> float
val width : t -> float