Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wensheng-yan committed Aug 22, 2016
1 parent 9f3ed5a commit d71837a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# videojs-panorama

a plugin for videojs run a full 360 degree panorama video.
a plugin for videojs run a full 360 degree panorama video. VR is supported right now!

#### [DEMO HERE](http://yanwsh.github.io/videojs-panorama/)

Expand All @@ -16,7 +16,7 @@ npm install --save videojs-panorama

or

#### [DOWNLOAD HERE](https://github.com/yanwsh/videojs-panorama/releases/download/0.0.5/videojs-panorama-0.0.5.zip)
#### [DOWNLOAD HERE](https://github.com/yanwsh/videojs-panorama/releases)

## Integration with video.js 4 and 5

Expand Down Expand Up @@ -186,6 +186,9 @@ rotate video view by y axis. `Defaults value is 0`. Value should be radian.
### rotateZ
rotate video view by z axis. `Defaults value is 0`. Value should be radian.

## VREnable
whether VR button shows on control panel. `Defaults value is true`.


## browser support
IE 11, Edge 12, 13, chrome, firefox, safari, iphone ios 9, ipad ios 9, android 4.4 and above.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-panorama",
"version": "0.0.7",
"version": "0.0.8",
"description": "a plugin for videojs run a full 360 degree panorama video. ",
"keywords": [
"videojs",
Expand Down

0 comments on commit d71837a

Please sign in to comment.