1.0.7 • Published 3 years ago

blengine v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

blengine

Installation

npm install blengine

Usage

Inside of a React application

All that is needed to quickly bootstrap a single page React/THREE.js app with blengine is to import the <AppContainer /> component:

import React from 'react';
import ReactDOM from 'react-dom';
import {AppContainer} from "blengine";

ReactDOM.render(
  <React.StrictMode>
    <AppContainer />
  </React.StrictMode>,
  document.getElementById('root')
);
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago