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