UNPKG

@photo-sphere-viewer/equirectangular-video-adapter

Version:
41 lines 1.06 kB
{ "name": "@photo-sphere-viewer/equirectangular-video-adapter", "version": "5.14.1", "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.14.1", "@photo-sphere-viewer/video-plugin": "5.14.1" } }