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