aframe-shooter-component

1.0.0 • Public • Published

aframe-shooter-component

Version License

A A-Frame Simple Shooter kit component for A-Frame.

For A-Frame.

API

Property Description Default Value

Installation

Browser

Install and use by directly including the browser files:

<head>
  <title>My A-Frame Scene</title>
  <script src="https://aframe.io/releases/0.6.0/aframe.min.js"></script> 
  <script src="https://unpkg.com/aframe-shooter-component/dist/aframe-shooter-component.min.js"></script> 
</head>
 
<body>
  <a-scene>
    <a-entity shooter="foo: bar"></a-entity>
  </a-scene>
</body>

npm

Install via npm:

npm install aframe-shooter-component

Then require and use.

require('aframe');
require('aframe-shooter-component');

Package Sidebar

Install

npm i aframe-shooter-component

Weekly Downloads

11

Version

1.0.0

License

MIT

Unpacked Size

32 kB

Total Files

13

Last publish

Collaborators

  • feiss