1.0.2 • Published 3 years ago

aframe-axes-helper-component v1.0.2

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

aframe-axes-helper-component

THREE.AxesHelper class binding for a-frame.

Usage

Add following script tag after a-frame script.

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

or, to use npm, install first.

npm i aframe-axes-helper-component

then link index.js directly

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

or use with favorite bundler.

import "aframe-axes-helper-component";
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago