Skip to content

markpenaranda/react-photosphere

Repository files navigation

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

About

Photosphere Viewer for React.JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published