1.0.0 • Published 7 years ago

aframe-arrow-component v1.0.0

Weekly downloads
24
License
MIT
Repository
github
Last release
7 years ago

aframe-arrow-component

THREE.ArrowHelper class binding for a-frame.

Usage

Add following script tag after a-frame script.

<script src="http://unpkg.com/aframe-arrow-component/"></script>

or, to use npm, install first.

npm i aframe-arrow-component

then link index.js directly

<script src="node_modules/aframe-arrow-component/index.js"></script>

or use with favorite bundler.

import "aframe-arrow-component";