forked from JeremyHeleine/Photo-Sphere-Viewer
-
-
Notifications
You must be signed in to change notification settings - Fork 686
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
59 changed files
with
5,308 additions
and
2,938 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/node_modules | ||
/bower_components | ||
/.sass-cache | ||
/.idea | ||
/*.iml | ||
/node_modules | ||
/bower_components | ||
/.sass-cache | ||
/.idea | ||
/*.iml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"opts": { | ||
"private": false, | ||
"template": "node_modules/foodoc/template", | ||
"readme": "build/jsdoc.md" | ||
}, | ||
"plugins": [ | ||
"plugins/markdown" | ||
], | ||
"templates": { | ||
"systemName": "Photo Sphere Viewer API", | ||
"systemSummary": "A JavaScript library to display Photo Sphere panoramas", | ||
"favicon": "build/jsdoc.png", | ||
"systemColor": "#1C9F72", | ||
"copyright": "Licensed under MIT License, documentation under CC BY 3.0.", | ||
"includeDate": false, | ||
"inverseNav": false, | ||
"cleverLinks": true, | ||
"sort": "longname, version, since", | ||
"analytics": { | ||
"ua": "UA-28192323-3", | ||
"domain": "auto" | ||
}, | ||
"navMembers": [ | ||
{"kind": "class", "title": "Classes", "summary": "All documented classes."}, | ||
{"kind": "external", "title": "Externals", "summary": "All documented external members."}, | ||
{"kind": "global", "title": "Globals", "summary": "All documented globals."}, | ||
{"kind": "mixin", "title": "Mixins", "summary": "All documented mixins."}, | ||
{"kind": "interface", "title": "Interfaces", "summary": "All documented interfaces."}, | ||
{"kind": "module", "title": "Components", "summary": "All documented components."}, | ||
{"kind": "event", "title": "Events", "summary": "All documented events."}, | ||
{"kind": "namespace", "title": "Namespaces", "summary": "All documented namespaces."}, | ||
{"kind": "tutorial", "title": "Tutorials", "summary": "All available tutorials."} | ||
], | ||
"scripts": [ | ||
"https://cdnjs.cloudflare.com/ajax/libs/trianglify/1.0.1/trianglify.min.js", | ||
"js/custom.js" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.* | ||
build | ||
doc | ||
example | ||
bower_components | ||
Gruntfile.js | ||
bower.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
(function() { | ||
var header = $('.page-header'); | ||
var pattern = Trianglify({ | ||
width: window.screen.width | header.outerWidth(), | ||
height: header.outerHeight(), | ||
cell_size: 90, | ||
seed: 'Photo Sphere Viewer', | ||
x_colors: ['#09B4E9', '#15884C'] | ||
}); | ||
|
||
header.css('background-image', 'url(' + pattern.png() + ')'); | ||
}()); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# <i class="glyphicon glyphicon-home"></i> [Main documentation](..) | ||
|
||
# [PhotoSphereViewer](PhotoSphereViewer.html) | ||
|
||
# [Events](list_event.html) | ||
|
||
# [Components](module-components.html) | ||
|
||
# [PSVMarker](PSVMarker.html) & [PSVHUD](module-components.PSVHUD.html) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.