react-godot
v1.0.0
Published
Load a webassembly build of the Godot engine and Bootstrap packed games from within the react component tree
Downloads
15
Readme
react-godot
Load a webassembly build of the Godot engine and Bootstrap packed games from within the react component tree
Install
npm install --save react-godot
Usage
import * as React from 'react'
import MyComponent from 'react-godot'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © d3dc