0.3.0 • Published 8 years ago
kframe v0.3.0
k-frame
Kevin's collection of A-Frame add-ons, components, and helpers.
Features:
- aframe-audio-visualizer-components
- aframe-entity-generator-component
- aframe-event-set-component
- aframe-firebase-component
- aframe-layout-component
- aframe-look-at-component
- aframe-randomizer-components
- aframe-template-component
- aframe-text-component
Usage
Just include and go.
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/ngokevin/k-frame/master/dist/k-frame.min.js"></script>
</head>
<body>
<a-scene>
<!-- Refer to individual component documentation for specific usage. -->
</a-scene>
</body>
npm
require('k-frame');
0.3.0
8 years ago