1.0.0 • Published 4 years ago

react-godot v1.0.0

Weekly downloads
24
License
MIT
Repository
github
Last release
4 years ago

react-godot

Load a webassembly build of the Godot engine and Bootstrap packed games from within the react component tree

NPM JavaScript Style Guide

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