@photo-sphere-viewer/resolution-plugin
Version:
Photo Sphere Viewer plugin that adds a setting to choose between multiple resolutions of the panorama.
41 lines • 1.08 kB
JSON
{
"name": "@photo-sphere-viewer/resolution-plugin",
"version": "5.13.4",
"description": "Photo Sphere Viewer plugin that adds a setting to choose between multiple resolutions of the panorama.",
"homepage": "https://photo-sphere-viewer.js.org/plugins/resolution.html",
"license": "MIT",
"main": "index.cjs",
"types": "index.d.ts",
"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"
},
"keywords": [
"photosphere",
"panorama",
"threejs"
],
"peerDependencies": {
"@photo-sphere-viewer/core": "5.13.4",
"@photo-sphere-viewer/settings-plugin": "5.13.4"
}
}