[cljsjs/aframe "0.8.2-0"] ;; latest release
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.aframe))
Externs generated by running npm's version of A-Frame through jmmk
's Javascript Externs Generator'.
Changed 50 instances of -
in the generated externs to .
using Vim regular expressions
The generated A-Frame externs includes 50 instances of x - y
, changed into ['x-y']
with the follow regular expressions in Vim: