React 360 Image Viewer
npm install --save react-protocol-360-viewerimport React, { Component } from 'react'
import MyComponent from 'react-protocol-360-viewer'
import 'react-protocol-360-viewer/dist/index.css'
class Example extends Component {
  render() {
    return <MyComponent />
  }
}MIT © HomeLab Software