package hardcaml_waveterm
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A terminal based digital waveform viewer for Hardcaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
hardcaml_waveterm-v0.12.0.tar.gz
sha256=c06a13a205198549f197733c3a736f026a03ed811a02dbc8c893bbeaf63a2e99
md5=268e7d1bbfe62fe49bc7b77ac392afa2
doc/hardcaml_waveterm/Hardcaml_waveterm/Draw/index.html
Module Hardcaml_waveterm.Draw
module Style : sig ... endStyling information
type rect = {r : Import.int;(*rows
*)c : Import.int;(*cols
*)w : Import.int;(*width
*)h : Import.int;(*height
*)
}A rectangle (no really)
val sexp_of_rect : rect -> Ppx_sexp_conv_lib.Sexp.tval sexp_of_piece : piece -> Ppx_sexp_conv_lib.Sexp.tval unicode_of_piece : piece -> Import.intunicode value of piece
module type Primitives = sig ... endThe basic functions needed to build the full API
module type S = sig ... endMain graphics drawing API.
Construct the API from a Primitives implementation
module In_memory : sig ... endIn memory based API with no external requirements
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>