@realsee/vreo 2.4.6 → 2.4.7

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.
Files changed (92) hide show
  1. package/docs/.nojekyll +1 -0
  2. package/docs/assets/custom.css +78 -0
  3. package/docs/assets/hierarchy.js +1 -0
  4. package/docs/assets/highlight.css +127 -0
  5. package/docs/assets/icons.js +18 -0
  6. package/docs/assets/icons.svg +1 -0
  7. package/docs/assets/main.js +60 -0
  8. package/docs/assets/navigation.js +1 -0
  9. package/docs/assets/search.js +1 -0
  10. package/docs/assets/style.css +1640 -0
  11. package/docs/classes/Player.AudioLike.html +15 -0
  12. package/docs/classes/Player.Controller.html +39 -0
  13. package/docs/classes/Player.Player.html +13 -0
  14. package/docs/classes/Player.VideoAgentMesh.html +15 -0
  15. package/docs/classes/Player.VideoAgentScene.html +9 -0
  16. package/docs/demo/assets/AppReact-CkuqZtcS.js +1 -0
  17. package/docs/demo/assets/default-BQGCQRLt.css +1 -0
  18. package/docs/demo/assets/default-CVvVdmSW.js +5540 -0
  19. package/docs/demo/assets/dynamic-CO5wq52h.js +1 -0
  20. package/docs/demo/assets/examples-5qw3pq5z.js +25 -0
  21. package/docs/demo/assets/examples-BCLzFApO.css +1 -0
  22. package/docs/demo/assets/index-CBBSwaYT.js +1 -0
  23. package/docs/demo/assets/index-CmEXi2sK.css +1 -0
  24. package/docs/demo/assets/main-BF1tvUg-.js +25 -0
  25. package/docs/demo/assets/react-BLZb_LNZ.js +25 -0
  26. package/docs/demo/assets/react-dPVEotm3.css +1 -0
  27. package/docs/demo/examples.html +16 -0
  28. package/docs/demo/index-react-dynamic.html +18 -0
  29. package/docs/demo/index-react.html +19 -0
  30. package/docs/demo/index.html +19 -0
  31. package/docs/enums/Player.InfoPanelStyleEnum.html +3 -0
  32. package/docs/enums/Player.InfoPanelTypeEnum.html +4 -0
  33. package/docs/enums/Player.PanoEffectEnum.html +4 -0
  34. package/docs/enums/Player.PanoTagEnum.html +4 -0
  35. package/docs/enums/Player.PanoTagStyleEnum.html +6 -0
  36. package/docs/enums/Player.VreoKeyframeEnum.html +25 -0
  37. package/docs/enums/fivePlugins.CameraMovementEffect.html +3 -0
  38. package/docs/enums/fivePlugins.Rotation.html +4 -0
  39. package/docs/functions/custom.SpatialScenePanel.html +2 -0
  40. package/docs/functions/react.useVreoAction.html +1 -0
  41. package/docs/functions/react.useVreoEventCallback.html +1 -0
  42. package/docs/functions/react.useVreoPausedState.html +1 -0
  43. package/docs/hierarchy.html +1 -0
  44. package/docs/index.html +160 -0
  45. package/docs/interfaces/Player.CustomVreoKeyframeProps.html +3 -0
  46. package/docs/interfaces/Player.PlayerConfigs.html +20 -0
  47. package/docs/interfaces/Player.Vertex.html +5 -0
  48. package/docs/interfaces/Player.VideoAgentMeshOptions.html +8 -0
  49. package/docs/interfaces/Player.VreoKeyframe.html +8 -0
  50. package/docs/interfaces/Player.VreoUnit.html +9 -0
  51. package/docs/interfaces/Player.VreoVideo.html +7 -0
  52. package/docs/interfaces/fivePlugins.CSS3DRenderPluginExportType.html +6 -0
  53. package/docs/interfaces/fivePlugins.CameraMovementOptsCallback.html +3 -0
  54. package/docs/interfaces/fivePlugins.CameraMovementPluginExportType.html +5 -0
  55. package/docs/interfaces/fivePlugins.CameraMovementPluginParameterType.html +1 -0
  56. package/docs/interfaces/fivePlugins.ModelTVVideoPluginData.html +5 -0
  57. package/docs/interfaces/fivePlugins.ModelTVVideoPluginExportType.html +4 -0
  58. package/docs/interfaces/fivePlugins.ModelTVVideoPluginParameterType.html +2 -0
  59. package/docs/interfaces/fivePlugins.Vector3Position.html +5 -0
  60. package/docs/interfaces/react.VreoActionCallbacks.html +18 -0
  61. package/docs/interfaces/react.VreoProviderProps.html +3 -0
  62. package/docs/modules/Player.html +1 -0
  63. package/docs/modules/custom.html +1 -0
  64. package/docs/modules/fivePlugins.html +1 -0
  65. package/docs/modules/react.html +1 -0
  66. package/docs/modules.html +1 -0
  67. package/docs/types/Player.AudioLikeEvent.html +6 -0
  68. package/docs/types/Player.CameraMovementData.html +2 -0
  69. package/docs/types/Player.CustomData.html +2 -0
  70. package/docs/types/Player.InfoPanelData.html +7 -0
  71. package/docs/types/Player.ModelVideoData.html +9 -0
  72. package/docs/types/Player.PanoEffectData.html +4 -0
  73. package/docs/types/Player.PanoTagData.html +6 -0
  74. package/docs/types/Player.PanoTextLabelData.html +7 -0
  75. package/docs/types/Player.PrompterData.html +3 -0
  76. package/docs/types/Player.QuadrangleVertexs.html +2 -0
  77. package/docs/types/Player.Quaternion.html +6 -0
  78. package/docs/types/Player.UpdateVRPanoramaData.html +7 -0
  79. package/docs/types/Player.Vertexs.html +2 -0
  80. package/docs/types/Player.VideoEffectData.html +7 -0
  81. package/docs/types/Player.VreoKeyframeEvent.html +2 -0
  82. package/docs/types/Player.VreoKeyframeMap.html +6 -0
  83. package/docs/types/Player.VreoSubscribe.html +1 -0
  84. package/docs/types/fivePlugins.MoveArgs.html +1 -0
  85. package/docs/types/fivePlugins.MoveOpts.html +1 -0
  86. package/docs/types/fivePlugins.RotateArgs.html +1 -0
  87. package/docs/types/fivePlugins.RotateOpts.html +1 -0
  88. package/docs/variables/fivePlugins.CSS3DRenderPlugin.html +3 -0
  89. package/docs/variables/fivePlugins.CameraMovementPlugin.html +2 -0
  90. package/docs/variables/fivePlugins.ModelTVVideoPlugin.html +1 -0
  91. package/docs/variables/react.VreoProvider.html +1 -0
  92. package/package.json +3 -2

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.