react-ros-three
v0.0.9
Published
Easily add a ROS 3D visualizer to your React website
Downloads
44
Readme
react-ros-three
Install
npm install --save react-ros-three
Usage
import React, { Component } from 'react'
import MyComponent from 'react-ros-three'
import 'react-ros-three/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © flynneva