react-godot
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-godot

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

17.6 kB

Total Files

12

Last publish

Collaborators

  • d3dc