An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# react-photosphere

> Photosphere Viewer for React.JS

[![NPM](https://img.shields.io/npm/v/react-photosphere.svg)](https://www.npmjs.com/package/react-photosphere) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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)