# react360imgthree

> A 360 view image gallery react component.

Latest version **2.1.6** (published 2019-12-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install react360imgthree
pnpm add react360imgthree
yarn add react360imgthree
bun add react360imgthree
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.1.6 |
| Published | 2019-12-12 |
| First published | 2019-11-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=8 |
| Dependencies | 0 |
| Unpacked size | 471.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | ashishkummar |
| Maintainers | ashishkummar |
| Keywords | 360image, 360view, react360view, ashishkummar |

## Links

- npm: https://www.npmjs.com/package/react360imgthree
- Repository: https://github.com/ashishkumar-xx/react360imgthree
- Homepage: https://github.com/ashishkumar-xx/react360imgthree#readme
- Issues: https://github.com/ashishkumar-xx/react360imgthree/issues
- npm.io page: https://npm.io/package/react360imgthree

## Alternatives

- [exif-parser](https://npm.io/package/exif-parser.md) — 3.8M weekly downloads
- [vite-plugin-compression](https://npm.io/package/vite-plugin-compression.md) — 569.5K weekly downloads
- [pica](https://npm.io/package/pica.md) — 442.4K weekly downloads
- [@reportportal/client-javascript](https://npm.io/package/@reportportal/client-javascript.md) — 408.8K weekly downloads
- [@tldraw/state](https://npm.io/package/@tldraw/state.md) — 316.0K weekly downloads

## Recent versions

- 2.1.6 (latest) — 2019-12-12
- 2.1.5 — 2019-12-12
- 2.1.4 — 2019-12-12
- 2.1.3 — 2019-12-12
- 2.1.2 — 2019-12-12
- 2.0.1 — 2019-12-12
- 2.0.0 — 2019-12-12
- 1.0.0 — 2019-11-15

## README

# react360imgthree

> A 360 view image gallery react component.

[![NPM](https://img.shields.io/npm/v/react360imgthree.svg)](https://www.npmjs.com/package/react360imgthree) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save react360imgthree
npm install --save three
```

## Usage

```jsx
import React, { Component } from 'react'

import View360Three from 'react360imgthree'

class Example extends Component {
  render () {
    return (
      <View360Three
      image="//l3apq3bncl82o596k2d1ydn1-wpengine.netdna-ssl.com/wp-content/uploads/2016/09/360-redull-storytelling-vr.png"
      autoRotate="true"
      width="480"
      height="270"
    />
    
    )
  }
}
```

## Demo

Live demo is available on https://dvnlt.csb.app/ 

## License

MIT © [ashishkummar](https://github.com/ashishkummar)

---
_Source: https://npm.io/package/react360imgthree · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
