2.0.1 • Published 4 years ago

react360threejs v2.0.1

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

Install

npm install --save react360vidthree

Usage

import React, { Component } from 'react'
import Video360Three from 'react360vidthree'
 class Example extends Component {
   render () {
       return (<Video360Three
                Id="video1"
                autoRotate="true"
                src="https://bit.ly/2YIgYqw"
                width="480"
                height="270"/>
                )}
              }

Demo

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

License

MIT © ashishkummar

2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago