Package Exports
- photo-sphere-viewer-navigator-engine
- photo-sphere-viewer-navigator-engine/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (photo-sphere-viewer-navigator-engine) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Photo Sphere Viewer V5 Navigator Engine
1. install
npm i @photo-sphere-viewer/core
npm i @photo-sphere-viewer/autorotate-plugin
npm i @photo-sphere-viewer/markers-plugin
npm i photo-sphere-viewer-navigator-engine
2. import
import { VrEngine, uiTemplate } from "photo-sphere-viewer-navigator-engine";
import "photo-sphere-viewer-navigator-engine/css/plugin.css"
import "photo-sphere-viewer-navigator-engine/css/engine.css"
3. engine viewer by vue3
import VrEngineViewer from "photo-sphere-viewer-navigator-engine/ui/vue3/VrEngineViewer.vue";