Rooijakkers Software
Menu
(defn debug-panel "Debug panel, pretty prints any data you pass in on the screen." [d] [:pre (with-out-str (cljs.pprint/pprint d))])
[debug-panel <data structure>].