k-frame

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

Usage no npm install needed!

<script type="module">
  import kFrame from 'https://cdn.skypack.dev/k-frame';
</script>

README

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