2.0.0 • Published 5 years ago
360videoreact v2.0.0
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.0
5 years ago