aframe-gltf-exporter-component

0.1.0 • Public • Published

aframe-gltf-exporter-component

Version License

A GLTF Exporter 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-gltf-exporter-component/dist/aframe-gltf-exporter-component.min.js"></script> 
</head>
 
<body>
  <a-scene>
    <a-entity gltf-exporter="foo: bar"></a-entity>
  </a-scene>
</body>

npm

Install via npm:

npm install aframe-gltf-exporter-component

Then require and use.

require('aframe');
require('aframe-gltf-exporter-component');

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    8
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    8

Package Sidebar

Install

npm i aframe-gltf-exporter-component

Weekly Downloads

8

Version

0.1.0

License

MIT

Last publish

Collaborators

  • fernandojsg