Vz_doc.OutputOutputs.
val image :
?label:Input.content ->
size_mm:Gg.Size2.t ->
?view:Gg.Box2.t ->
Vg.image ->
timage ~size_mm ~view i renders image i on a canvas of given mm_size at that point. view is the area of i that is being rendered if unspecified this defaults to Box.v P2.o size_mm.
val image' :
?label:Input.content ->
size_mm:Gg.Size2.t ->
?view:Gg.Box2.t Note.signal ->
Vg.image Note.signal ->
timage' is like image but reactive.
val make : ?label:Input.content -> Brr.El.t list -> tmake ?label els wraps els and a possible label to an output div.
val el : t -> Brr.El.t