2.0.2 • Published 4 years ago

react360vidthree v2.0.2

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

react360vidthree

A 360 view video react component

NPM JavaScript Style Guide

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