Skip to content

casonclagg/aframe-aline-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aframe-aline-component

A A Line component for A-Frame.

API

Property Description Default Value

Installation

Browser

Install and use by directly including the browser files:

<head>
  <title>My A-Frame Scene</title>
  <script src="https://aframe.io/releases/0.2.0/aframe.min.js"></script>
  <script src="https://rawgit.com/casonclagg/aline-component/master/dist/aframe-aline-component.min.js"></script>
</head>

<body>
  <a-scene>
    <a-entity aline="exampleProp: exampleVal"></a-entity>
  </a-scene>
</body>

npm

Install via npm:

npm install aframe-aline-component

Then register and use.

require('aframe');
require('aframe-aline-component');

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published