aframe-arrow-component
v1.0.0
Published
THREE.ArrowHelper class binding for [a-frame](https://aframe.io/). ## 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-compo
Downloads
23
Readme
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";