[cljsjs/mathbox "0.0.1-1"] ;; latest release
ClojureScript package for the MathBox mathematical visualization library. Note that this is MathBox 1, not the very different MathBox 2 library by the same author, which is in alpha release as of this writing. Author is also preparing a cljs-mathbox library for Clojars, which is an idiomatic(ish) cljs wrapper for MathBox.
This jar comes with deps.cljs
as used by the Foreign Libs feature
of the ClojureScript compiler. After adding the above dependency to your project
you can require the packaged library like so:
(ns application.core
(:require cljsjs.mathbox))