aframe-arrow-component

1.0.0 • Public • Published

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";

Readme

Keywords

none

Package Sidebar

Install

npm i aframe-arrow-component

Weekly Downloads

8

Version

1.0.0

License

MIT

Last publish

Collaborators

  • h-ikeda