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.
- Host: GitHub
- URL: https://github.com/h-ikeda/aframe-arrow-component
- Owner: h-ikeda
- License: mit
- Created: 2017-08-16T07:04:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T21:41:28.000Z (over 4 years ago)
- Last Synced: 2024-04-27T01:01:48.961Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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";
```