Portal viewer for rendering JSXGraph.cljs reagent snippets. Requiring this viewer has the side-effect of requiring all namespaces from JSXGraph.cljs into the SCI context.
Generate these fragments using the code in the emmy.jsxgraph
namespace and
sub-namespaces.
To use this viewer, first install the jsxgraph
npm package:
npm install jsxgraph@1.5.0
Then install the viewer:
(emmy.portal/install! "emmy/portal/jsxgraph.cljs")
The viewer is automatically installed by the functions in emmy.portal
.
Portal viewer for rendering JSXGraph.cljs reagent snippets. Requiring this viewer has the side-effect of requiring all namespaces from [JSXGraph.cljs](https://github.com/mentat-collective/JSXGraph.cljs) into the SCI context. Generate these fragments using the code in the [[emmy.jsxgraph]] namespace and sub-namespaces. To use this viewer, first install the `jsxgraph` npm package: ```bash npm install jsxgraph@1.5.0 ``` Then install the viewer: ```clojure (emmy.portal/install! "emmy/portal/jsxgraph.cljs") ``` The viewer is automatically installed by the functions in [[emmy.portal]].
No vars found in this namespace.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close