Commit 2a205f2 1 parent 4545ce0 commit 2a205f2 Copy full SHA for 2a205f2
File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,31 @@ Name | Type | Parameter description
30
30
` volume ` | Number | (Optional) The initial volume of the media; it ranges between 0 and 1; zero equals muted.
31
31
` muted ` | Boolean | (Optional) When true, mutes the sound of the video.
32
32
33
+ # Downloading files
34
+
35
+ The ` gh-pages ` branch hosts the built files. Download these instead of linking to these
36
+ locations, since the directory structure of the repo may change in the future.
37
+
38
+ * [ https://googlevr.github.io/vrview/build/vrview.js ] ( https://googlevr.github.io/vrview/build/vrview.js )
39
+ * [ https://googlevr.github.io/vrview/build/vrview.min.js ] ( https://googlevr.github.io/vrview/build/vrview.min.js )
40
+ * [ https://googlevr.github.io/vrview/build/embed.js ] ( https://googlevr.github.io/vrview/build/embed.js )
41
+ * [ https://googlevr.github.io/vrview/build/embed.min.js ] ( https://googlevr.github.io/vrview/build/embed.min.js )
42
+ * [ https://googlevr.github.io/vrview/build/three.js ] ( https://googlevr.github.io/vrview/build/three.js )
43
+ * [ https://googlevr.github.io/vrview/build/three.min.js ] ( https://googlevr.github.io/vrview/build/three.min.js )
44
+ * [ https://googlevr.github.io/vrview/build/device-motion-sender.min.js ] ( https://googlevr.github.io/vrview/build/device-motion-sender.min.js )
45
+
46
+ # Building
47
+
48
+ This project uses ` browserify ` to manage dependencies and build. ` watchify ` is
49
+ especially convenient to preserve the write-and-reload model of development.
50
+ This package lives in the npm index.
51
+
52
+ ** Current builds are not working on Windows ([ #261 ] ( https://github.com/googlevr/vrview/issues/261 ) )**
53
+
54
+ Relevant commands:
55
+ ``` shell
56
+ $ npm run build # builds the iframe embed and JS API (full and minified versions).
57
+
33
58
# Building
34
59
35
60
This project uses ` browserify` to manage dependencies and build. ` watchify` is
You can’t perform that action at this time.
0 commit comments