An open API service indexing awesome lists of open source software.

https://github.com/h-ikeda/aframe-arrow-component

THREE.ArrowHelper class binding for a-frame.
https://github.com/h-ikeda/aframe-arrow-component

Last synced: 8 months ago
JSON representation

THREE.ArrowHelper class binding for a-frame.

Awesome Lists containing this project

README

          

# aframe-arrow-component
THREE.ArrowHelper class binding for [a-frame](https://aframe.io/).
## Usage
Add following script tag after a-frame script.
```

```
or, to use npm, install first.
```
npm i aframe-arrow-component
```
then link index.js directly
```

```
or use with favorite bundler.
```
import "aframe-arrow-component";
```