kframe

0.3.0 • Public • Published

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

Package Sidebar

Install

npm i kframe

Weekly Downloads

7

Version

0.3.0

License

MIT

Last publish

Collaborators

  • ngokevin