@realsee/vreo 2.4.6 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/docs/.nojekyll +1 -0
- package/docs/assets/custom.css +78 -0
- package/docs/assets/hierarchy.js +1 -0
- package/docs/assets/highlight.css +127 -0
- package/docs/assets/icons.js +18 -0
- package/docs/assets/icons.svg +1 -0
- package/docs/assets/main.js +60 -0
- package/docs/assets/navigation.js +1 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1640 -0
- package/docs/classes/Player.AudioLike.html +15 -0
- package/docs/classes/Player.Controller.html +87 -0
- package/docs/classes/Player.Player.html +54 -0
- package/docs/classes/Player.VideoAgentMesh.html +72 -0
- package/docs/classes/Player.VideoAgentScene.html +9 -0
- package/docs/demo/assets/AppReact-CkuqZtcS.js +1 -0
- package/docs/demo/assets/default-BQGCQRLt.css +1 -0
- package/docs/demo/assets/default-CVvVdmSW.js +5540 -0
- package/docs/demo/assets/dynamic-CO5wq52h.js +1 -0
- package/docs/demo/assets/examples-BCLzFApO.css +1 -0
- package/docs/demo/assets/examples-DfiAz2fR.js +25 -0
- package/docs/demo/assets/index-CBBSwaYT.js +1 -0
- package/docs/demo/assets/index-CmEXi2sK.css +1 -0
- package/docs/demo/assets/main-BF1tvUg-.js +25 -0
- package/docs/demo/assets/react-BnzBLum3.css +1 -0
- package/docs/demo/assets/react-C4h9qndP.js +25 -0
- package/docs/demo/examples.html +16 -0
- package/docs/demo/index-react-dynamic.html +18 -0
- package/docs/demo/index-react.html +19 -0
- package/docs/demo/index.html +19 -0
- package/docs/enums/Player.InfoPanelStyleEnum.html +3 -0
- package/docs/enums/Player.InfoPanelTypeEnum.html +4 -0
- package/docs/enums/Player.PanoEffectEnum.html +4 -0
- package/docs/enums/Player.PanoTagEnum.html +4 -0
- package/docs/enums/Player.PanoTagStyleEnum.html +6 -0
- package/docs/enums/Player.VreoKeyframeEnum.html +25 -0
- package/docs/enums/fivePlugins.CameraMovementEffect.html +3 -0
- package/docs/enums/fivePlugins.Rotation.html +4 -0
- package/docs/functions/custom.SpatialScenePanel.html +2 -0
- package/docs/functions/react.useVreoAction.html +8 -0
- package/docs/functions/react.useVreoEventCallback.html +10 -0
- package/docs/functions/react.useVreoPausedState.html +8 -0
- package/docs/hierarchy.html +1 -0
- package/docs/index.html +160 -0
- package/docs/interfaces/Player.Appearance.html +2 -0
- package/docs/interfaces/Player.CustomVreoKeyframeProps.html +3 -0
- package/docs/interfaces/Player.PlayerConfigs.html +20 -0
- package/docs/interfaces/Player.Vertex.html +5 -0
- package/docs/interfaces/Player.VideoAgentMeshOptions.html +9 -0
- package/docs/interfaces/Player.VreoKeyframe.html +8 -0
- package/docs/interfaces/Player.VreoUnit.html +9 -0
- package/docs/interfaces/Player.VreoVideo.html +7 -0
- package/docs/interfaces/fivePlugins.CSS3DRenderPluginExportType.html +8 -0
- package/docs/interfaces/fivePlugins.CameraMovementOptsCallback.html +3 -0
- package/docs/interfaces/fivePlugins.CameraMovementPluginExportType.html +5 -0
- package/docs/interfaces/fivePlugins.CameraMovementPluginParameterType.html +1 -0
- package/docs/interfaces/fivePlugins.ModelTVVideoPluginData.html +5 -0
- package/docs/interfaces/fivePlugins.ModelTVVideoPluginExportType.html +4 -0
- package/docs/interfaces/fivePlugins.ModelTVVideoPluginParameterType.html +2 -0
- package/docs/interfaces/fivePlugins.Vector3Position.html +5 -0
- package/docs/interfaces/react.VreoActionCallbacks.html +18 -0
- package/docs/interfaces/react.VreoProviderProps.html +6 -0
- package/docs/modules/Player.html +1 -0
- package/docs/modules/custom.html +1 -0
- package/docs/modules/fivePlugins.html +1 -0
- package/docs/modules/react.html +1 -0
- package/docs/modules.html +1 -0
- package/docs/types/Player.AppSize.html +1 -0
- package/docs/types/Player.AudioLikeEvent.html +6 -0
- package/docs/types/Player.CameraMovementData.html +2 -0
- package/docs/types/Player.CustomData.html +2 -0
- package/docs/types/Player.InfoPanelData.html +7 -0
- package/docs/types/Player.ModelVideoData.html +9 -0
- package/docs/types/Player.PanoEffectData.html +4 -0
- package/docs/types/Player.PanoTagData.html +6 -0
- package/docs/types/Player.PanoTextLabelData.html +7 -0
- package/docs/types/Player.PrompterData.html +3 -0
- package/docs/types/Player.QuadrangleVertexs.html +2 -0
- package/docs/types/Player.Quaternion.html +6 -0
- package/docs/types/Player.UpdateVRPanoramaData.html +7 -0
- package/docs/types/Player.Vertexs.html +2 -0
- package/docs/types/Player.VideoEffectData.html +7 -0
- package/docs/types/Player.VreoKeyframeEvent.html +2 -0
- package/docs/types/Player.VreoKeyframeMap.html +6 -0
- package/docs/types/Player.VreoSubscribe.html +1 -0
- package/docs/types/Player.WaveAppearance.html +1 -0
- package/docs/types/fivePlugins.CSS3DRenderPluginParameterType.html +1 -0
- package/docs/types/fivePlugins.MoveArgs.html +1 -0
- package/docs/types/fivePlugins.MoveOpts.html +1 -0
- package/docs/types/fivePlugins.RotateArgs.html +1 -0
- package/docs/types/fivePlugins.RotateOpts.html +1 -0
- package/docs/variables/fivePlugins.CSS3DRenderPlugin.html +3 -0
- package/docs/variables/fivePlugins.CameraMovementPlugin.html +2 -0
- package/docs/variables/fivePlugins.ModelTVVideoPlugin.html +1 -0
- package/docs/variables/react.VreoProvider.html +9 -0
- package/lib/Player/Controller.d.ts +106 -2
- package/lib/Player/Controller.js +124 -4
- package/lib/Player/index.d.ts +103 -0
- package/lib/Player/index.js +117 -1
- package/lib/Player/modules/VideoAgent/VideoAgentMesh.d.ts +108 -7
- package/lib/Player/modules/VideoAgent/VideoAgentMesh.js +124 -11
- package/lib/Player/modules/keyframes/VideoEffect/index.js +1 -1
- package/lib/fivePlugins/CSS3DRenderPlugin/index.d.ts +6 -12
- package/lib/react/index.d.ts +111 -0
- package/lib/react/index.js +136 -0
- package/package.json +3 -2
- package/stylesheets/custom/SpatialScenePanel.css +7 -7
- package/stylesheets/default.css +1 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.