sphere-viewer
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "sphere-viewer", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A simple JavaScript library for displaying spherical images on desktop and mobile browsers", | ||
@@ -5,0 +5,0 @@ "main": "dist/sphere-viewer.js", |
@@ -15,4 +15,5 @@ # SphereViewer.js | ||
* as spherical image as produced by Ricoh Theta/Google Street View (equirectangular projection) | ||
* as serie of separate tile images (rectilinear projection)s | ||
* as tile atlas (single image containing all the images) | ||
* as serie of separate tile images (rectilinear projection) | ||
* as tile atlas (single image containing all the tiles) | ||
* supports conversion of sphercal textures into a cubical one (equirectangular-2-rectilinear) | ||
@@ -23,3 +24,3 @@ ## Live Demo | ||
## Documentation | ||
There is none ... you can figure it out from provided example files in the **examples** folder. The code inside the HTML files is well documented. | ||
There is none ... you can figure it out from provided example files in the [**examples** folder @ GitHub](https://github.com/knee-cola/SphereViewer/blob/master/examples/). The code inside the HTML files is well documented. | ||
@@ -43,3 +44,3 @@ ## Installation | ||
SphereViewer was build with: | ||
* [Three.js](https://threejs.org/) v84 | ||
* [Three.js](https://threejs.org/) v85 | ||
* [jQuery](https://www.npmjs.com/package/jquery-slim) | ||
@@ -46,0 +47,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6922586
94