@realsee/vreo 0.2.0-alpha.10 → 0.2.0-alpha.13

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 (78) hide show
  1. package/README.md +2 -2
  2. package/docs/assets/search.js +1 -1
  3. package/docs/classes/Player.AudioLike.html +52 -0
  4. package/docs/classes/Player.Controller.html +3 -3
  5. package/docs/classes/Player.Player-1.html +3 -3
  6. package/docs/classes/Player.VideoAgentMesh.html +12 -12
  7. package/docs/classes/Player.VideoAgentScene.html +1 -1
  8. package/docs/demo/assets/AppReact.388465e9.js +1 -0
  9. package/docs/demo/assets/default.0350c336.css +1 -0
  10. package/docs/demo/assets/default.f03f1cdd.js +64 -0
  11. package/docs/demo/assets/dynamic.3f7479e4.js +1 -0
  12. package/docs/demo/assets/examples.02abaf01.js +25 -0
  13. package/docs/demo/assets/examples.dac4a6fe.css +1 -0
  14. package/docs/demo/assets/index.485f13f7.js +1 -0
  15. package/docs/demo/assets/index.a7bafdff.css +1 -0
  16. package/docs/demo/assets/main.0b6b41ab.js +1 -0
  17. package/docs/demo/assets/react.aa3cf7f7.css +1 -0
  18. package/docs/demo/assets/react.b14dadc7.js +25 -0
  19. package/docs/demo/assets/vendor.d3e0753c.js +3903 -0
  20. package/docs/demo/assets/znRoyv06SZQeqA7m.0057e8ae.js +1 -0
  21. package/docs/demo/examples.html +18 -0
  22. package/docs/demo/index-react-dynamic.html +21 -0
  23. package/docs/demo/index-react.html +21 -0
  24. package/docs/demo/index.html +20 -0
  25. package/docs/enums/Player.InfoPanelStyleEnum.html +1 -1
  26. package/docs/enums/Player.InfoPanelTypeEnum.html +1 -1
  27. package/docs/enums/Player.PanoEffectEnum.html +1 -1
  28. package/docs/enums/Player.PanoTagEnum.html +1 -1
  29. package/docs/enums/Player.PanoTagStyleEnum.html +7 -0
  30. package/docs/enums/Player.VreoKeyframeEnum.html +12 -12
  31. package/docs/enums/fivePlugins.CameraMovementEffect.html +1 -1
  32. package/docs/enums/fivePlugins.Rotation.html +1 -1
  33. package/docs/index.html +2 -2
  34. package/docs/interfaces/Player.CustomVreoKeyframeProps.html +1 -1
  35. package/docs/interfaces/Player.PlayerConfigs.html +2 -2
  36. package/docs/interfaces/Player.Vertex.html +1 -1
  37. package/docs/interfaces/Player.VideoAgentMeshOptions.html +1 -1
  38. package/docs/interfaces/Player.VreoKeyframe.html +1 -1
  39. package/docs/interfaces/Player.VreoUnit.html +1 -1
  40. package/docs/interfaces/Player.VreoVideo.html +1 -1
  41. package/docs/interfaces/fivePlugins.CameraMovementOptsCallback.html +1 -1
  42. package/docs/interfaces/fivePlugins.CameraMovementPluginExportType.html +2 -2
  43. package/docs/interfaces/fivePlugins.ModelTVVideoPluginData.html +1 -1
  44. package/docs/interfaces/fivePlugins.ModelTVVideoPluginExportType.html +1 -1
  45. package/docs/interfaces/fivePlugins.ModelTVVideoPluginParameterType.html +1 -1
  46. package/docs/interfaces/react.VreoActionCallbacks.html +6 -6
  47. package/docs/interfaces/react.VreoProviderProps.html +1 -1
  48. package/docs/modules/Player.html +16 -14
  49. package/docs/modules/custom.html +1 -1
  50. package/docs/modules/fivePlugins.html +2 -2
  51. package/docs/modules/react.html +1 -1
  52. package/lib/Player/Controller.d.ts +1 -1
  53. package/lib/Player/index.d.ts +1 -1
  54. package/lib/Player/index.js +15 -15
  55. package/lib/Player/modules/VideoAgent/VideoAgentMesh.d.ts +4 -2
  56. package/lib/Player/modules/VideoAgent/VideoAgentMesh.js +71 -23
  57. package/lib/Player/modules/VideoAgent/VideoAgentScene.js +2 -1
  58. package/lib/Player/modules/keyframes/ModelVideo/index.js +2 -2
  59. package/lib/Player/modules/keyframes/PanoTag/index.js +19 -6
  60. package/lib/Player/modules/keyframes/Prompter/index.js +2 -3
  61. package/lib/react/index.d.ts +2 -2
  62. package/lib/react/index.js +2 -2
  63. package/lib/shared-utils/AduioLike.d.ts +37 -0
  64. package/lib/shared-utils/AduioLike.js +165 -0
  65. package/lib/typings/VreoUnit.d.ts +14 -0
  66. package/lib/typings/VreoUnit.js +13 -1
  67. package/package.json +4 -4
  68. package/resources/Player/Controller.ts +2 -0
  69. package/resources/Player/index.tsx +42 -28
  70. package/resources/Player/modules/VideoAgent/VideoAgentMesh.ts +39 -9
  71. package/resources/Player/modules/VideoAgent/VideoAgentScene.ts +2 -0
  72. package/resources/Player/modules/keyframes/ModelVideo/index.tsx +1 -1
  73. package/resources/Player/modules/keyframes/PanoTag/index.tsx +31 -12
  74. package/resources/Player/modules/keyframes/Prompter/index.tsx +2 -1
  75. package/resources/react/index.tsx +2 -2
  76. package/resources/shared-utils/AduioLike.ts +108 -0
  77. package/resources/typings/VreoUnit.ts +15 -0
  78. package/stylesheets/default.css +25 -4
package/README.md CHANGED
@@ -126,7 +126,7 @@ ReactDOM.render(<App></App>, document.getElementById('app'))
126
126
  "duration": 106278,
127
127
  "start": 0,
128
128
  "end": 106278,
129
- "url": "//url-host/***/xxx.mp4"
129
+ "url": "//url-host/***/xxx.mp4" // "url" 如果是空字符串,则以 `AudioLike` 的逻辑进行执行。
130
130
  },
131
131
  "keyframes": [
132
132
  {
@@ -551,4 +551,4 @@ vreoplayer.load(vreoUnit, 0, true)
551
551
 
552
552
  ## API 文档
553
553
 
554
- 详细的 API 文档请参考:[Vreo API](https://realsee-developer.github.io/vreo/index.html) 。
554
+ 详细的 API 文档请参考:[Vreo API](https://realsee.js.org/vreo/index.html) 。