react360vidthree
v2.0.2
Published
A 360 video view react component
Downloads
8
Maintainers
Readme
react360vidthree
A 360 view video react component
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://threejs.org/examples/textures/pano.mp4"
width="480"
height="270"
/>
)
}
}
Demo Link
Live demo can be seen here - https://jgiwg.csb.app/
License
MIT © ashishkummar