Photosphere Viewer for React.JS
npm install --save react-photosphere
import * as React from 'react'
import ReactPhotoSphereViewer from 'react-photosphere'
class Example extends React.Component {
render () {
return (
<ReactPhotoSphereViewer src={YOUR_PHOTOSPHERE_URL} />
)
}
}
MIT © markpenaranda