2.1.6 • Published 4 years ago

react360imgthree v2.1.6

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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

2.1.6

4 years ago

2.1.5

4 years ago

2.1.4

4 years ago

2.1.3

4 years ago

2.1.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago