From d71837a3473fd13160327179f22a5de755d6d0be Mon Sep 17 00:00:00 2001 From: Wensheng Yan Date: Mon, 22 Aug 2016 18:08:39 -0400 Subject: [PATCH] update documentation --- README.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e9a6b1..8d216b6 100644 --- a/README.md +++ b/README.md @@ -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/) @@ -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 @@ -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. diff --git a/package.json b/package.json index 33ddec5..7a92c7a 100644 --- a/package.json +++ b/package.json @@ -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",