UNPKG

@photo-sphere-viewer/overlays-plugin

Version:

Photo Sphere Viewer plugin to add various overlays over the panorama.

51 lines 1.27 kB
{ "name": "@photo-sphere-viewer/overlays-plugin", "version": "5.14.3", "description": "Photo Sphere Viewer plugin to add various overlays over the panorama.", "homepage": "https://photo-sphere-viewer.js.org/plugins/overlays.html", "license": "MIT", "main": "index.cjs", "types": "index.d.ts", "keywords": [ "photosphere", "panorama", "threejs", "video", "green-screen" ], "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" }, "bugs": { "url": "https://github.com/mistic100/Photo-Sphere-Viewer/issues" }, "author": { "name": "Damien 'Mistic' Sorel", "email": "contact@git.strangeplanet.fr", "homepage": "https://strangeplanet.fr" }, "funding": "https://github.com/sponsors/mistic100", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public", "provenance": true }, "peerDependencies": { "@photo-sphere-viewer/core": "5.14.3" } }