UNPKG

@photo-sphere-viewer/markers-plugin

Version:

Photo Sphere Viewer plugin to display various markers/hotspots on the viewer.

57 lines 1.44 kB
{ "name": "@photo-sphere-viewer/markers-plugin", "version": "5.14.3", "description": "Photo Sphere Viewer plugin to display various markers/hotspots on the viewer.", "homepage": "https://photo-sphere-viewer.js.org/plugins/markers.html", "license": "MIT", "main": "index.cjs", "types": "index.d.ts", "keywords": [ "photosphere", "panorama", "threejs", "video", "svg", "polygon", "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" } }, "./index.css": "./index.css", "./index.scss": "./styles/index.scss" }, "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" }, "style": "index.css", "sass": "styles/index.scss" }