npm.io
0.3.2-beta2 • Published 9 years ago

k-frame

Licence
MIT
Version
0.3.2-beta2
Deps
10
Vulns
0
Weekly
21
Stars
1.4K

k-frame

k-frame

Kevin's collection of A-Frame add-ons, components, and helpers.

Features:

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');

Keywords