aframe-extrude-svg-component

0.0.3 • Public • Published

!! NOT YET READY FOR GENERAL USE !!

aframe-extrude-svg-component

Version License

A Extrude SVG 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-extrude-svg-component/dist/aframe-extrude-svg-component.min.js"></script> 
</head>
 
<body>
  <a-scene>
    <a-entity extrude-svg="foo: bar"></a-entity>
  </a-scene>
</body>

npm

Install via npm:

npm install aframe-extrude-svg-component

Then require and use.

require('aframe');
require('aframe-extrude-svg-component');

Package Sidebar

Install

npm i aframe-extrude-svg-component

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • johnrees