@realsee/five 6.0.0-alpha.63 → 6.0.0-alpha.65

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 (305) hide show
  1. package/docs/assets/highlight.css +20 -20
  2. package/docs/assets/main.js +59 -52
  3. package/docs/assets/navigation.js +1 -0
  4. package/docs/assets/search.js +1 -1
  5. package/docs/assets/style.css +805 -825
  6. package/docs/classes/five.AnimationFrameLoop.html +16 -15
  7. package/docs/classes/five.BoxBoundingVolume.html +18 -1
  8. package/docs/classes/five.Camera.html +37 -11
  9. package/docs/classes/five.CullingVolume.html +10 -1
  10. package/docs/classes/five.Fetcher.html +5 -1
  11. package/docs/classes/five.Five.html +237 -288
  12. package/docs/classes/five.InternalWebGLRenderer.html +2 -1
  13. package/docs/classes/five.IntersectMesh.html +4 -1
  14. package/docs/classes/five.Model.html +62 -65
  15. package/docs/classes/five.NetworkAbortError.html +2 -1
  16. package/docs/classes/five.NetworkFirbiddenError.html +2 -1
  17. package/docs/classes/five.NetworkResponseError.html +3 -1
  18. package/docs/classes/five.NetworkSubscribe.html +42 -56
  19. package/docs/classes/five.NetworkTimeoutError.html +2 -1
  20. package/docs/classes/five.PBMContainer.html +12 -11
  21. package/docs/classes/five.PBMGroup.html +3 -3
  22. package/docs/classes/five.PBMMesh.html +4 -3
  23. package/docs/classes/five.PBMMeshMaterial.html +50 -47
  24. package/docs/classes/five.PanoCircleMesh.html +30 -7
  25. package/docs/classes/five.PanoCircleMeshCustom.html +30 -7
  26. package/docs/classes/five.PanoCircleMeshSolid.html +30 -7
  27. package/docs/classes/five.RegionBoundingVolume.html +21 -1
  28. package/docs/classes/five.RequestScheduler.html +13 -12
  29. package/docs/classes/five.Scene.html +5 -3
  30. package/docs/classes/five.SphereBoundingVolume.html +17 -1
  31. package/docs/classes/five.Subscribe.html +43 -62
  32. package/docs/classes/five.TextureLoader.html +5 -1
  33. package/docs/classes/five.Tile.html +30 -1
  34. package/docs/classes/five.Tile3DModel.html +28 -1
  35. package/docs/classes/five.TileCubeTextureTarget.html +9 -1
  36. package/docs/classes/five.TileNode.html +4 -1
  37. package/docs/classes/five.Tileset.html +31 -5
  38. package/docs/classes/five.TilesetCache.html +8 -1
  39. package/docs/classes/five.TilesetTraverser.html +19 -1
  40. package/docs/classes/five.Work.html +28 -28
  41. package/docs/classes/five.XRButton.html +3 -1
  42. package/docs/classes/gltf_loader.DDSLoader.html +3 -1
  43. package/docs/classes/gltf_loader.DRACOLoader.html +8 -1
  44. package/docs/classes/gltf_loader.GLTFLoader.html +18 -17
  45. package/docs/classes/gltf_loader.GLTFObject.html +8 -6
  46. package/docs/classes/gltf_loader.GLTFParser.html +6 -1
  47. package/docs/classes/gltf_loader.THREEGLTFLoader.html +8 -1
  48. package/docs/classes/line.Line.html +10 -1
  49. package/docs/classes/line.LineGeometry.html +14 -1
  50. package/docs/classes/line.LineMaterial.html +8 -1
  51. package/docs/classes/line.LineSegmentsGeometry.html +12 -1
  52. package/docs/classes/line.THREE_Line2.html +4 -1
  53. package/docs/classes/line.THREE_LineSegments2.html +4 -1
  54. package/docs/classes/react.Store.html +23 -29
  55. package/docs/classes/sticker.Sticker.html +25 -32
  56. package/docs/classes/vfx.Airflow.html +8 -1
  57. package/docs/classes/vfx.Flame.html +10 -1
  58. package/docs/classes/vfx.Particle.html +79 -82
  59. package/docs/classes/vfx.SpotLight.html +7 -1
  60. package/docs/enums/five.VolumePlaneIntersect.html +4 -1
  61. package/docs/functions/five.defaultImageURLTransform.html +5 -0
  62. package/docs/functions/five.getViewportScale.html +1 -0
  63. package/docs/functions/five.imageSupport.html +1 -0
  64. package/docs/functions/five.isPanoId.html +1 -0
  65. package/docs/functions/five.loadAt3d.html +1 -0
  66. package/docs/functions/five.loadB3dm.html +1 -0
  67. package/docs/functions/five.loadDome.html +1 -0
  68. package/docs/functions/five.loadDomez.html +1 -0
  69. package/docs/functions/five.loadPbm.html +1 -0
  70. package/docs/functions/five.loadPnts.html +1 -0
  71. package/docs/functions/five.panoEqual.html +1 -0
  72. package/docs/functions/five.panoParse.html +1 -0
  73. package/docs/functions/five.panoStringify.html +1 -0
  74. package/docs/functions/five.parseWork.html +7 -0
  75. package/docs/functions/react.FiveCanvas-1.html +6 -0
  76. package/docs/functions/react.createFiveFeature.html +1 -0
  77. package/docs/functions/react.createFiveProvider.html +9 -0
  78. package/docs/functions/react.createStore.html +15 -0
  79. package/docs/functions/react.unsafe__useFiveInstance.html +5 -0
  80. package/docs/functions/react.useFiveAction.html +19 -0
  81. package/docs/functions/react.useFiveCameraDirection.html +3 -0
  82. package/docs/functions/react.useFiveCameraRaycaster.html +3 -0
  83. package/docs/functions/react.useFiveCurrentObserver.html +5 -0
  84. package/docs/functions/react.useFiveCurrentState.html +5 -0
  85. package/docs/functions/react.useFiveEventCallback.html +5 -0
  86. package/docs/functions/react.useFiveFloor.html +5 -0
  87. package/docs/functions/react.useFiveHelper.html +5 -0
  88. package/docs/functions/react.useFiveModelIntersectRaycaster.html +7 -0
  89. package/docs/functions/react.useFiveModelReadyState.html +4 -0
  90. package/docs/functions/react.useFiveProject2d.html +7 -0
  91. package/docs/functions/react.useFiveScene.html +2 -0
  92. package/docs/functions/react.useFiveSceneEffect.html +5 -0
  93. package/docs/functions/react.useFiveState.html +1 -0
  94. package/docs/functions/react.useFiveWork.html +8 -0
  95. package/docs/functions/react.withFive.html +1 -0
  96. package/docs/functions/vue.unsafe__useFiveInject.html +5 -0
  97. package/docs/functions/vue.useFiveAction.html +25 -0
  98. package/docs/functions/vue.useFiveCameraDirection.html +3 -0
  99. package/docs/functions/vue.useFiveCameraRaycaster.html +3 -0
  100. package/docs/functions/vue.useFiveCurrentObserver.html +5 -0
  101. package/docs/functions/vue.useFiveCurrentState.html +5 -0
  102. package/docs/functions/vue.useFiveEventCallback.html +5 -0
  103. package/docs/functions/vue.useFiveFloor.html +5 -0
  104. package/docs/functions/vue.useFiveHelper.html +5 -0
  105. package/docs/functions/vue.useFiveModel.html +2 -0
  106. package/docs/functions/vue.useFiveModelBounding.html +2 -0
  107. package/docs/functions/vue.useFiveModelIntersectRaycaster.html +7 -0
  108. package/docs/functions/vue.useFiveModelReadyState.html +4 -0
  109. package/docs/functions/vue.useFiveProject2d.html +7 -0
  110. package/docs/functions/vue.useFiveScene.html +2 -0
  111. package/docs/functions/vue.useFiveState.html +5 -0
  112. package/docs/functions/vue.useFiveWorks.html +8 -0
  113. package/docs/index.html +35 -79
  114. package/docs/interfaces/five.AddableObject.html +9 -9
  115. package/docs/interfaces/five.AjaxOptions.html +11 -11
  116. package/docs/interfaces/five.AnimationFrame.html +5 -1
  117. package/docs/interfaces/five.BaseEvent.html +5 -1
  118. package/docs/interfaces/five.BoundingVolume.html +14 -1
  119. package/docs/interfaces/five.CameraPose.html +6 -1
  120. package/docs/interfaces/five.ClipperParameter.html +3 -1
  121. package/docs/interfaces/five.DepthPanoramaControllerCustomInitArgs.html +25 -25
  122. package/docs/interfaces/five.EventCallback.html +355 -466
  123. package/docs/interfaces/five.FiveInitArgs.html +84 -86
  124. package/docs/interfaces/five.FloorplanControllerCustomInitArgs.html +17 -17
  125. package/docs/interfaces/five.GestureEvent.html +19 -1
  126. package/docs/interfaces/five.ImageOptions.html +16 -18
  127. package/docs/interfaces/five.ImageURLMappings.html +1 -1
  128. package/docs/interfaces/five.ImageURLOptions.html +15 -15
  129. package/docs/interfaces/five.IntersectEvent.html +8 -1
  130. package/docs/interfaces/five.IntersectMeshInterface.html +3 -3
  131. package/docs/interfaces/five.Intersection.html +3 -3
  132. package/docs/interfaces/five.MapviewControllerCustomInitArgs.html +13 -13
  133. package/docs/interfaces/five.ModeChangeEvent.html +9 -1
  134. package/docs/interfaces/five.ModelControllerCustomInitArgs.html +18 -18
  135. package/docs/interfaces/five.ModelEvent.html +8 -1
  136. package/docs/interfaces/five.ModelLodOptions.html +2 -1
  137. package/docs/interfaces/five.ModelsEvent.html +6 -1
  138. package/docs/interfaces/five.MotionKeyframe.html +4 -1
  139. package/docs/interfaces/five.MovePanoOptions.html +29 -30
  140. package/docs/interfaces/five.NetworkOptions.html +9 -9
  141. package/docs/interfaces/five.NetworkResourceEvent.html +9 -1
  142. package/docs/interfaces/five.ObjectEvent.html +6 -1
  143. package/docs/interfaces/five.PBMPanoPicture.html +7 -7
  144. package/docs/interfaces/five.PBMParameters.html +42 -43
  145. package/docs/interfaces/five.PanoCircleMeshCustomOptions.html +9 -1
  146. package/docs/interfaces/five.PanoCircleMeshInterface.html +21 -10
  147. package/docs/interfaces/five.PanoCircleMeshOptions.html +3 -1
  148. package/docs/interfaces/five.PanoCircleMeshSolidOptions.html +3 -1
  149. package/docs/interfaces/five.PanoEvent.html +11 -1
  150. package/docs/interfaces/five.PanoTextureEvent.html +9 -1
  151. package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +32 -32
  152. package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +18 -18
  153. package/docs/interfaces/five.Pose.html +15 -32
  154. package/docs/interfaces/five.RenderEvent.html +7 -1
  155. package/docs/interfaces/five.Scissor.html +11 -12
  156. package/docs/interfaces/five.State.html +20 -21
  157. package/docs/interfaces/five.StateEvent.html +7 -1
  158. package/docs/interfaces/five.SubscribeMixinType.emit.html +1 -1
  159. package/docs/interfaces/five.SubscribeMixinType.hasListener.html +1 -1
  160. package/docs/interfaces/five.SubscribeMixinType.off.html +1 -1
  161. package/docs/interfaces/five.SubscribeMixinType.on.html +1 -1
  162. package/docs/interfaces/five.SubscribeMixinType.once.html +1 -1
  163. package/docs/interfaces/five.SubscribeMixinType.waitUnitl.html +1 -1
  164. package/docs/interfaces/five.TextureOptions.html +18 -20
  165. package/docs/interfaces/five.Tile3DModelLoaderOptions.html +6 -3
  166. package/docs/interfaces/five.TileCubeNode.html +7 -1
  167. package/docs/interfaces/five.TileCubeTree.html +2 -1
  168. package/docs/interfaces/five.TileHeader.html +9 -1
  169. package/docs/interfaces/five.TilesetHeader.html +5 -1
  170. package/docs/interfaces/five.TilesetOptions.html +5 -1
  171. package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +9 -9
  172. package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +28 -28
  173. package/docs/interfaces/five.WebXRAxesParams.html +4 -1
  174. package/docs/interfaces/five.WebXRControllerParams.html +2 -1
  175. package/docs/interfaces/five.WorkCubeImage.html +13 -13
  176. package/docs/interfaces/five.WorkImage.html +20 -21
  177. package/docs/interfaces/five.WorkInitial.html +17 -17
  178. package/docs/interfaces/five.WorkModel.html +12 -13
  179. package/docs/interfaces/five.WorkObserver.html +40 -41
  180. package/docs/interfaces/five.WorkOptions.html +17 -17
  181. package/docs/interfaces/five.WorkResolvedObserver.html +41 -39
  182. package/docs/interfaces/five.WorkTile.html +9 -1
  183. package/docs/interfaces/five.WorkVideo.html +8 -9
  184. package/docs/interfaces/five.WorksEvent.html +9 -1
  185. package/docs/interfaces/five.XRControllerEvent.html +8 -1
  186. package/docs/interfaces/five.XRGestureEvent.html +11 -1
  187. package/docs/interfaces/five.XRPanoramaControllerCustomInitArgs.html +29 -28
  188. package/docs/interfaces/five.XRSessionEvent.html +7 -1
  189. package/docs/interfaces/gltf_loader.DDS.html +7 -1
  190. package/docs/interfaces/gltf_loader.GLTF.html +10 -4
  191. package/docs/interfaces/gltf_loader.GLTFReference.html +3 -1
  192. package/docs/interfaces/gltf_loader.THREEGLTF.html +8 -1
  193. package/docs/interfaces/react.FiveActionReactCallbacks.html +27 -37
  194. package/docs/interfaces/react.FiveInjectionTypes.html +113 -138
  195. package/docs/interfaces/react.PropTypeOfFiveFeatures.html +2 -1
  196. package/docs/interfaces/sticker.IntersectionLike.html +7 -8
  197. package/docs/interfaces/vfx.ParticleArgs.html +67 -68
  198. package/docs/interfaces/vfx.ParticleTweenKeyframe.html +3 -1
  199. package/docs/interfaces/vue.FiveActionVueCallbacks.html +31 -42
  200. package/docs/modules/five.SubscribeMixinType.html +7 -1
  201. package/docs/modules/five.html +171 -647
  202. package/docs/modules/gltf_loader.html +11 -1
  203. package/docs/modules/line.html +8 -1
  204. package/docs/modules/react.FiveCanvas.html +8 -0
  205. package/docs/modules/react.html +37 -130
  206. package/docs/modules/sticker.html +3 -1
  207. package/docs/modules/vfx.html +8 -1
  208. package/docs/modules/vue.html +24 -115
  209. package/docs/types/five.AjaxResponseType.html +1 -0
  210. package/docs/types/five.AjaxResponseTypeMapping.html +1 -0
  211. package/docs/types/five.BoundingVolumeJson.html +1 -0
  212. package/docs/types/five.BoxBoundingVolumeJson.html +1 -0
  213. package/docs/types/five.ControllerCustomInitTypes.html +1 -0
  214. package/docs/types/five.ControllerEventTypes.html +32 -0
  215. package/docs/types/five.CoordinatesSystemTransformer.html +1 -0
  216. package/docs/types/five.EventTypes.html +26 -0
  217. package/docs/types/five.FivePlugin.html +71 -0
  218. package/docs/types/five.FivePluginInit.html +3 -0
  219. package/docs/types/five.FivePluginInstance.html +3 -0
  220. package/docs/types/five.GestureTypes.html +1 -0
  221. package/docs/types/five.LegacyEventType.html +203 -0
  222. package/docs/types/five.LooseWork.html +1 -0
  223. package/docs/types/five.LooseWorkInitial.html +1 -0
  224. package/docs/types/five.LooseWorkModel.html +1 -0
  225. package/docs/types/five.LooseWorkObserver.html +1 -0
  226. package/docs/types/five.LooseWorkPanorama.html +1 -0
  227. package/docs/types/five.LooseWorkVideo.html +1 -0
  228. package/docs/types/five.LooseWorkWithExtrinsics.html +8 -0
  229. package/docs/types/five.Mirror.html +1 -0
  230. package/docs/types/five.Mode.html +11 -0
  231. package/docs/types/five.ModelMaterialValues.html +1 -0
  232. package/docs/types/five.Models.html +12 -0
  233. package/docs/types/five.MotionValue.html +1 -0
  234. package/docs/types/five.NetWorkMeta.html +1 -0
  235. package/docs/types/five.NetworkError.html +1 -0
  236. package/docs/types/five.NetworkErrorCallback.html +1 -0
  237. package/docs/types/five.NetworkProgressCallback.html +1 -0
  238. package/docs/types/five.NetworkResponse.html +1 -0
  239. package/docs/types/five.NetworkState.html +1 -0
  240. package/docs/types/five.NetworkSuccessCallback.html +1 -0
  241. package/docs/types/five.NetworkType.html +1 -0
  242. package/docs/types/five.Pano.html +1 -0
  243. package/docs/types/five.PanoId.html +1 -0
  244. package/docs/types/five.ParseWorkOptions.html +13 -0
  245. package/docs/types/five.ParsedResultType.html +1 -0
  246. package/docs/types/five.PostProcessingType.html +1 -0
  247. package/docs/types/five.RegionBoundingVolumeJson.html +1 -0
  248. package/docs/types/five.RequestResult.html +1 -0
  249. package/docs/types/five.SphereBoundingVolumeJson.html +1 -0
  250. package/docs/types/five.SubscribeEventMap.html +1 -0
  251. package/docs/types/five.TileContentData.html +1 -0
  252. package/docs/types/five.TilesetFrameState.html +1 -0
  253. package/docs/types/five.WebXRControllerKey.html +1 -0
  254. package/docs/types/five.WebXRControllerType.html +1 -0
  255. package/docs/types/five.Works.html +1 -0
  256. package/docs/types/line.LineMaterialParameters.html +1 -0
  257. package/docs/types/react.FiveInjectionActionFeature.html +1 -0
  258. package/docs/types/react.FiveInjectionDataFeature.html +1 -0
  259. package/docs/types/react.FiveInjectionFeature.html +1 -0
  260. package/docs/types/react.FiveProviderPropTypes.html +1 -0
  261. package/docs/types/react.FiveProviderType.html +1 -0
  262. package/docs/types/react.StoreActionMapHanlder.html +1 -0
  263. package/docs/types/react.StoreActionMapType.html +1 -0
  264. package/docs/types/react.StoreProviderType.html +1 -0
  265. package/docs/types/react.StoreValueMapType.html +1 -0
  266. package/docs/types/vfx.ParticleType.html +1 -0
  267. package/docs/types/vue.FiveModelIntersectRaycaster.html +1 -0
  268. package/docs/types/vue.FiveProviderComponent.html +1 -0
  269. package/docs/types/vue.Project2d.html +1 -0
  270. package/docs/variables/five.PROXY_CONTROLLER_EVENT_NAMES.html +1 -0
  271. package/docs/variables/five.defaultPbmParameters.html +1 -0
  272. package/docs/variables/react.INJECTION_PROPNAME.html +1 -0
  273. package/docs/variables/vue.FiveCanvas.html +8 -0
  274. package/docs/variables/vue.FiveProvider.html +8 -0
  275. package/five/index.d.ts +15 -1
  276. package/five/index.js +85 -85
  277. package/five/index.mjs +3515 -3525
  278. package/gltf-loader/index.js +5 -5
  279. package/gltf-loader/index.mjs +70 -70
  280. package/line/index.js +3 -3
  281. package/line/index.mjs +66 -65
  282. package/package.json +3 -3
  283. package/react/index.js +3 -3
  284. package/react/index.mjs +2 -2
  285. package/sticker/index.js +3 -3
  286. package/sticker/index.mjs +49 -49
  287. package/umd/five-gltf-loader.js +4 -4
  288. package/umd/five-line.js +4 -4
  289. package/umd/five-react.js +3 -3
  290. package/umd/five-sticker.js +3 -3
  291. package/umd/five-vfx.js +8 -8
  292. package/umd/five-vue.js +3 -3
  293. package/umd/five.js +40 -40
  294. package/vfx/index.js +2 -2
  295. package/vfx/index.mjs +2 -2
  296. package/vue/index.d.ts +1 -1
  297. package/vue/index.js +3 -3
  298. package/vue/index.mjs +93 -92
  299. package/docs/assets/icons.css +0 -1043
  300. package/docs/assets/icons.png +0 -0
  301. package/docs/assets/icons@2x.png +0 -0
  302. package/docs/assets/widgets.png +0 -0
  303. package/docs/assets/widgets@2x.png +0 -0
  304. package/docs/modules.html +0 -1
  305. package/umd/five.js.LICENSE.txt +0 -100
Binary file
Binary file
Binary file
Binary file
package/docs/modules.html DELETED
@@ -1 +0,0 @@
1
- <!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>如视 Five SDK - v6.0.0-alpha.63</title><meta name="description" content="Documentation for 如视 Five SDK - v6.0.0-alpha.63"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script async src="assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base="."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">如视 Five SDK - v6.0.0-alpha.63</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><h1> 如视 Five SDK - v6.0.0-alpha.63 </h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Modules</h3><ul class="tsd-index-list"><li class="tsd-kind-module"><a href="modules/five.html" class="tsd-kind-icon">five</a></li><li class="tsd-kind-module"><a href="modules/gltf_loader.html" class="tsd-kind-icon">gltf-<wbr/>loader</a></li><li class="tsd-kind-module"><a href="modules/line.html" class="tsd-kind-icon">line</a></li><li class="tsd-kind-module"><a href="modules/react.html" class="tsd-kind-icon">react</a></li><li class="tsd-kind-module"><a href="modules/sticker.html" class="tsd-kind-icon">sticker</a></li><li class="tsd-kind-module"><a href="modules/vfx.html" class="tsd-kind-icon">vfx</a></li><li class="tsd-kind-module"><a href="modules/vue.html" class="tsd-kind-icon">vue</a></li></ul></section></div></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class="current"><a href="modules.html">Modules</a></li><li class=" tsd-kind-module"><a href="modules/five.html">five</a></li><li class=" tsd-kind-module"><a href="modules/gltf_loader.html">gltf-<wbr/>loader</a></li><li class=" tsd-kind-module"><a href="modules/line.html">line</a></li><li class=" tsd-kind-module"><a href="modules/react.html">react</a></li><li class=" tsd-kind-module"><a href="modules/sticker.html">sticker</a></li><li class=" tsd-kind-module"><a href="modules/vfx.html">vfx</a></li><li class=" tsd-kind-module"><a href="modules/vue.html">vue</a></li></ul></nav></div></div></div><footer class=""><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li><li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li><li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li><li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li><li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li><li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li><li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li><li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="overlay"></div><script src="assets/main.js"></script></body></html>
@@ -1,100 +0,0 @@
1
- /*! (c) Tom Wu | http://www-cs-students.stanford.edu/~tjw/jsbn/ */
2
-
3
- /*! Hammer.JS - v2.0.7 - 2016-04-22
4
- * http://hammerjs.github.io/
5
- *
6
- * Copyright (c) 2016 Jorik Tangelder;
7
- * Licensed under the MIT license */
8
-
9
- /**
10
- * @license
11
- * CryptoJS
12
- *
13
- * Copyright (c) 2009-2013 Jeff Mott
14
- *
15
- * Permission is hereby granted, free of charge, to any person obtaining
16
- * a copy of this software and associated documentation files (the
17
- * "Software"), to deal in the Software without restriction, including
18
- * without limitation the rights to use, copy, modify, merge, publish,
19
- * distribute, sublicense, and/or sell copies of the Software, and to
20
- * permit persons to whom the Software is furnished to do so, subject to
21
- * the following conditions:
22
- *
23
- * The above copyright notice and this permission notice shall be
24
- * included in all copies or substantial portions of the Software.
25
- *
26
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
27
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
28
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
29
- * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
30
- * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
31
- * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
32
- * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
33
- *
34
- * https://code.google.com/p/crypto-js/wiki/License
35
- * PART: ext/cryptojs
36
- */
37
-
38
- /**
39
- * @license
40
- * RSA and ECC in JavaScript
41
- *
42
- * Copyright (c) 2003-2005 Tom Wu All Rights Reserved.
43
- *
44
- * Permission is hereby granted, free of charge, to any person obtaining
45
- * a copy of this software and associated documentation files (the
46
- * "Software"), to deal in the Software without restriction, including
47
- * without limitation the rights to use, copy, modify, merge, publish,
48
- * distribute, sublicense, and/or sell copies of the Software, and to
49
- * permit persons to whom the Software is furnished to do so, subject to
50
- * the following conditions:
51
- *
52
- * The above copyright notice and this permission notice shall be
53
- * included in all copies or substantial portions of the Software.
54
- *
55
- * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
56
- * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
57
- * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
58
- *
59
- * IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
60
- * INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
61
- * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
62
- * THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT
63
- * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
64
- *
65
- * In addition, the following condition applies:
66
- *
67
- * All redistributions must retain an intact copy of this copyright notice
68
- * and disclaimer.
69
- *
70
- * http://www-cs-students.stanford.edu/~tjw/jsbn/
71
- * LICENSE: BSD License
72
- * PART: ext/{base64,jsbn,jsbn2,prgn4,rng,rsa,rsa2}
73
- */
74
-
75
- /**
76
- * @license
77
- * The 'jsrsasign'(RSA-Sign JavaScript Library) License
78
- *
79
- * Copyright (c) 2010-2021 Kenji Urushima
80
- *
81
- * Permission is hereby granted, free of charge, to any person obtaining a copy
82
- * of this software and associated documentation files (the "Software"), to deal
83
- * in the Software without restriction, including without limitation the rights
84
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
85
- * copies of the Software, and to permit persons to whom the Software is
86
- * furnished to do so, subject to the following conditions:
87
- *
88
- * The above copyright notice and this permission notice shall be included in
89
- * all copies or substantial portions of the Software.
90
- *
91
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
92
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
93
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
94
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
95
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
96
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
97
- * THE SOFTWARE.
98
- *
99
- * LICENSE: MIT License
100
- */