Skip to content

dayinji/PanoramaPlayer.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PanoramaPlayer.js

Make Panorama Video Lighter

###Usage

①、引入 Three.min.js 和 PanoramaPlayer.min.js。

<script src="Three.min.js"></script>
<script src="PanoramaPlayer.min.js"></script>

②、new 一个 Panorama对象,传入全景视频的video Dom元素和宽高。

var player = new PanoramaPlayer({
  video: document.getElementById("video"),
  videoWidth: 900,
  videoHeight: 506
});

About

Make Panorama Video Lighter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages