Easily add a ROS 3D visualizer to your React website
npm install react-ros-three 
``bash`
npm install --save react-ros-three
`jsx
import React, { Component } from 'react'
import MyComponent from 'react-ros-three'
import 'react-ros-three/dist/index.css'
class Example extends Component {
render() {
return
}
}
``
MIT © flynneva