@photo-sphere-viewer/equirectangular-video-adapter
Version:
Photo Sphere Viewer adapter to display equirectangular videos.
41 lines • 1.06 kB
JSON
{
"name": "@photo-sphere-viewer/equirectangular-video-adapter",
"version": "5.13.3",
"description": "Photo Sphere Viewer adapter to display equirectangular videos.",
"homepage": "https://photo-sphere-viewer.js.org/guide/adapters/equirectangular-video.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.3",
"@photo-sphere-viewer/video-plugin": "5.13.3"
}
}