Skip to content

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

Notifications You must be signed in to change notification settings

flynneva/react-ros-three

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published