https://github.com/markpenaranda/react-photosphere
Photosphere Viewer for React.JS
https://github.com/markpenaranda/react-photosphere
Last synced: 5 months ago
JSON representation
Photosphere Viewer for React.JS
- Host: GitHub
- URL: https://github.com/markpenaranda/react-photosphere
- Owner: markpenaranda
- Created: 2020-03-02T14:16:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T01:43:26.000Z (about 2 years ago)
- Last Synced: 2025-08-25T01:45:39.713Z (10 months ago)
- Language: TypeScript
- Size: 414 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-photosphere
> Photosphere Viewer for React.JS
[](https://www.npmjs.com/package/react-photosphere) [](https://standardjs.com)
## Install
```bash
npm install --save react-photosphere
```
## Usage
```tsx
import * as React from 'react'
import ReactPhotoSphereViewer from 'react-photosphere'
class Example extends React.Component {
render () {
return (
)
}
}
```
## License
MIT © [markpenaranda](https://github.com/markpenaranda)