react-ros-three icon indicating copy to clipboard operation
react-ros-three copied to clipboard

A React component library to allow for anyone to easily add 3D Visualizations of ROS data to their website

react-ros-three

NPM JavaScript Style Guide

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