module Froc_dom_anim:sig..end
type color
typepoint =float * float
typeshape =Dom.canvasRenderingContext2D -> unit
val color : ?a:int -> int -> int -> int -> colorval disk : point -> float -> color -> shapeval filled_poly : point list -> color -> shapeval attach : Dom.canvas -> shape list Froc.behavior -> unit