Skip to content

Files

Latest commit

 

History

History
 
 

aframe

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

cljsjs/aframe

[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: