To use within Clojure, just add c2 to your deps as usual and then
(ns your-ns (:use [c2.core :only [unify!]]))
https://github.com/lynaghk/cassowary-cljs-demo
for a rough demo.
To use within Clojure, just add c2 to your deps as usual and then
Use from within ClojureScript is pretty much the same. Checkouthttps://github.com/lynaghk/cassowary-cljs-demo
for a rough demo.