/aframe-harlyq-components

various useful aframe components

Primary LanguageJavaScriptMIT LicenseMIT

Usage

via CDN

<head>
  <script src="https://aframe.io/releases/0.9.0/aframe.min.js"></script>
  <script src="https://raw.githubusercontent.com/harlyq/aframe-harlyq-components/master/dist/aframe-harlyq-components.js"></script>
</head>

via NPM

npm i git+https://git@github.com/harlyq/aframe-harlyq-components.git

then for ALL of the components in UMD format

import "aframe-harlyq-components"

or individual components in ESM format

import "aframe-harlyq-components/components/aframe-wait-set-component/index.js"

Documentation for each component is available under the components' directory.

Examples are available at: https://github.com/harlyq/aframe-harlyq-components/tree/master/examples