UNPKG

@photo-sphere-viewer/autorotate-plugin

Version:

Photo Sphere Viewer plugin to add an automatic rotation of the panorama.

42 lines 1.03 kB
{ "name": "@photo-sphere-viewer/autorotate-plugin", "version": "5.14.1", "description": "Photo Sphere Viewer plugin to add an automatic rotation of the panorama.", "homepage": "https://photo-sphere-viewer.js.org/plugins/autorotate.html", "license": "MIT", "main": "index.cjs", "types": "index.d.ts", "keywords": [ "photosphere", "panorama", "threejs", "virtual-tour", "keypoint" ], "dependencies": {}, "module": "index.module.js", "exports": { ".": { "import": { "types": "./index.d.mts", "default": "./index.module.js" }, "require": { "types": "./index.d.ts", "default": "./index.cjs" } } }, "repository": { "type": "git", "url": "git://github.com/mistic100/Photo-Sphere-Viewer.git" }, "author": { "name": "Damien 'Mistic' Sorel", "email": "contact@git.strangeplanet.fr", "homepage": "https://www.strangeplanet.fr" }, "peerDependencies": { "@photo-sphere-viewer/core": "5.14.1" } }