New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

360-image-viewer

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

360-image-viewer - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "360-image-viewer",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -15,3 +15,3 @@ "main": "index.js",

"object-assign": "^4.1.1",
"orbit-controls": "^1.1.3",
"orbit-controls": "^1.2.0",
"perspective-camera": "^2.0.1",

@@ -18,0 +18,0 @@ "primitive-sphere": "^3.0.0",

# 360-image-viewer
Experiments with `regl`, see the demo here:
A standalone panorama WebGL image viewer for desktop and mobile. This uses [regl](https://www.npmjs.com/package/regl) as the WebGL wrapper, and comes in at a total of 140kb uglified, or 46kb gzipped. This is useful if you need a panorama viewer but don't want to embed all of ThreeJS (which is around 500kb uglified).
[(demo)](http://360-image-viewer-test.surge.sh/)
## Install

@@ -13,5 +11,11 @@

## Live Demo
Click [here](http://360-image-viewer-test.surge.sh/) to see a demo of this module in action. The source code is in [demo/index.js](./demo/index.js).
[<img src="demo/screenshot.jpg" width="75%" />](http://360-image-viewer-test.surge.sh/)
## Example
The code below sets up a full-screen 360 image viewer. For a more complete example, see [./demo/index.js](./demo/index.js).
The code below sets up a full-screen 360 image viewer. For a more complete example, see [demo/index.js](./demo/index.js).

@@ -18,0 +22,0 @@ ```js

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