1.0.2 • Published 4 years ago

react-photosphere v1.0.2

Weekly downloads
138
License
MIT
Repository
github
Last release
4 years ago

react-photosphere

Photosphere Viewer for React.JS

NPM JavaScript Style Guide

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