react360imgthree

2.1.6 • Public • Published

# react360imgthree

A 360 view image gallery react component.

NPM JavaScript Style Guide

Install

npm install --save react360imgthree
npm install --save three

Usage

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

Package Sidebar

Install

npm i react360imgthree

Weekly Downloads

3

Version

2.1.6

License

MIT

Unpacked Size

483 kB

Total Files

7

Last publish

Collaborators

  • ashishkummar