aframe-slice9-component

A Slice9 component for A-Frame.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
aframe-slice9-component
2731.0.06 years ago6 years agoMinified + gzip package size for aframe-slice9-component in KB

Readme

aframe-slice9-component

A Slice9 component for A-Frame.
For A-Frame.

API

| Property | Description | Default Value | | -------- | ----------- | ------------- | | width | | 1 | | height | | 1 | | left | | 0 | | right | | 0 | | bottom | | 0 | | top | | 0 | | side | | front | | padding | | 0.1 | | color | | #fff | | opacity | | 1.0 | | transparent | | true | | debug | | false | | map | | '' |

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.4.0/aframe.min.js"></script>
  <script src="https://unpkg.com/aframe-slice9-component/dist/aframe-slice9-component.min.js"></script>
</head>

<body>
  <a-scene>
    <a-entity slice9="foo: bar"></a-entity>
  </a-scene>
</body>

npm

Install via npm:
npm install aframe-slice9-component

Then require and use.
require('aframe');
require('aframe-slice9-component');