This project is part of the @thi.ng/umbrella monorepo.
Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup.
This package largely started as a port of the visualization module of the Clojure version thi.ng/geom-clj and is still undergoing major redesigns.
For reference & what to expect (links to the Clojure version):
ALPHA - bleeding edge / work-in-progress
Search or submit any issues for this package
- @thi.ng/hiccup - HTML/SVG/XML serialization of nested data structures, iterables & closures
- @thi.ng/hiccup-canvas - Hiccup shape tree renderer for vanilla Canvas 2D contexts
- @thi.ng/hiccup-svg - SVG element functions for @thi.ng/hiccup & @thi.ng/hdom
yarn add @thi.ng/viz
ES module import:
<script type="module" src="https://cdn.skypack.dev/@thi.ng/viz"></script>
For NodeJS (v14.6+):
node --experimental-specifier-resolution=node --experimental-repl-await
> const viz = await import("@thi.ng/viz");
Package sizes (gzipped, pre-treeshake): ESM: 2.52 KB
- @thi.ng/api
- @thi.ng/arrays
- @thi.ng/associative
- @thi.ng/checks
- @thi.ng/math
- @thi.ng/strings
- @thi.ng/transducers
TODO
Karsten Schmidt
If this project contributes to an academic publication, please cite it as:
@misc{thing-viz,
title = "@thi.ng/viz",
author = "Karsten Schmidt",
note = "https://thi.ng/viz",
year = 2014
}
If this project contributes to an academic publication, please cite it as:
@misc{thing-viz,
title = "@thi.ng/viz",
author = "Karsten Schmidt",
note = "https://thi.ng/viz",
year = 2014
}
© 2014 - 2021 Karsten Schmidt // Apache Software License 2.0