Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sphere-viewer

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sphere-viewer - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc