@snap/camera-kit 0.13.2 → 0.14.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.
Files changed (234) hide show
  1. package/docs/html/assets/search.js +1 -1
  2. package/docs/html/classes/CameraKit.html +4 -3
  3. package/docs/html/classes/CameraKitSession.html +4 -3
  4. package/docs/html/classes/CameraKitSource.html +4 -3
  5. package/docs/html/classes/LensPerformanceMeasurement.html +4 -3
  6. package/docs/html/classes/LensPerformanceMetrics.html +4 -3
  7. package/docs/html/classes/LensRepository.html +6 -5
  8. package/docs/html/classes/LensSources.html +4 -3
  9. package/docs/html/classes/Transform2D.html +4 -3
  10. package/docs/html/classes/TypedCustomEvent.html +4 -3
  11. package/docs/html/classes/TypedEventTarget.html +4 -3
  12. package/docs/html/functions/Injectable.html +4 -3
  13. package/docs/html/functions/bootstrapCameraKit.html +4 -3
  14. package/docs/html/functions/createExtension.html +4 -3
  15. package/docs/html/functions/createImageSource.html +4 -3
  16. package/docs/html/functions/createMediaStreamSource.html +4 -3
  17. package/docs/html/functions/createUserMediaSource.html +4 -3
  18. package/docs/html/functions/createVideoSource.html +4 -3
  19. package/docs/html/functions/estimateLensPerformance.html +4 -3
  20. package/docs/html/functions/getRequiredBootstrapURLs.html +4 -3
  21. package/docs/html/functions/lensSourcesFactory.html +4 -3
  22. package/docs/html/functions/remoteApiServicesFactory.html +4 -3
  23. package/docs/html/index.html +5 -4
  24. package/docs/html/interfaces/CameraKitBootstrapConfiguration.html +16 -5
  25. package/docs/html/interfaces/CameraKitSourceSubscriber.html +5 -4
  26. package/docs/html/interfaces/ComputedFrameMetrics.html +4 -3
  27. package/docs/html/interfaces/CreateSessionOptions.html +4 -3
  28. package/docs/html/interfaces/EstimatedLensPerformance.html +4 -3
  29. package/docs/html/interfaces/Lens.html +13 -3
  30. package/docs/html/interfaces/LensSource.html +4 -3
  31. package/docs/html/interfaces/MediaStreamSourceOptions.html +4 -3
  32. package/docs/html/interfaces/Preview.html +4 -3
  33. package/docs/html/interfaces/RemoteApiRequest.html +4 -3
  34. package/docs/html/interfaces/RemoteApiResponse.html +4 -3
  35. package/docs/html/interfaces/RemoteApiService.html +4 -3
  36. package/docs/html/interfaces/Snapcode.html +4 -3
  37. package/docs/html/interfaces/UriCancelRequest.html +4 -3
  38. package/docs/html/interfaces/UriRequest.html +4 -3
  39. package/docs/html/interfaces/UriResponse.html +4 -3
  40. package/docs/html/interfaces/VideoSourceOptions.html +4 -3
  41. package/docs/html/modules.html +6 -4
  42. package/docs/html/types/AssetLoader.html +4 -3
  43. package/docs/html/types/AssetTiming.html +4 -3
  44. package/docs/html/types/BenchmarkError.html +4 -3
  45. package/docs/html/types/BootstrapError.html +4 -3
  46. package/docs/html/types/CacheKeyNotFoundError.html +4 -3
  47. package/docs/html/types/CameraKitDeviceInfo.html +4 -3
  48. package/docs/html/types/CameraKitDeviceOptions.html +4 -3
  49. package/docs/html/types/CameraKitSessionEventListener.html +4 -3
  50. package/docs/html/types/CameraKitSessionEvents.html +6 -5
  51. package/docs/html/types/CameraKitSourceError.html +4 -3
  52. package/docs/html/types/CameraKitSourceInfo.html +4 -3
  53. package/docs/html/types/CameraKitSourceOptions.html +4 -3
  54. package/docs/html/types/ConfigurationError.html +4 -3
  55. package/docs/html/types/Keyboard.html +4 -3
  56. package/docs/html/types/KeyboardEvents.html +4 -3
  57. package/docs/html/types/LegalError.html +4 -3
  58. package/docs/html/types/LensAbortError.html +119 -0
  59. package/docs/html/types/LensAssetError.html +4 -3
  60. package/docs/html/types/LensContentValidationError.html +4 -3
  61. package/docs/html/types/LensError.html +4 -3
  62. package/docs/html/types/LensExecutionError.html +4 -3
  63. package/docs/html/types/LensImagePickerError.html +4 -3
  64. package/docs/html/types/LensLaunchParams.html +4 -3
  65. package/docs/html/types/LensMetricsEvents.html +4 -3
  66. package/docs/html/types/LensPerformanceCluster.html +4 -3
  67. package/docs/html/types/LensView.html +4 -3
  68. package/docs/html/types/LensWait.html +4 -3
  69. package/docs/html/types/PersistentStoreError.html +4 -3
  70. package/docs/html/types/PlatformNotSupportedError.html +4 -3
  71. package/docs/html/types/PublicContainer.html +4 -3
  72. package/docs/html/types/RemoteApiRequestHandler.html +4 -3
  73. package/docs/html/types/RemoteApiServices.html +4 -3
  74. package/docs/html/types/RemoteApiStatus.html +4 -3
  75. package/docs/html/types/RenderTarget.html +4 -3
  76. package/docs/html/types/Uri.html +4 -3
  77. package/docs/html/types/WebGLError.html +4 -3
  78. package/docs/html/variables/extensionRequestContext.html +4 -3
  79. package/docs/md/classes/CameraKit.md +1 -1
  80. package/docs/md/classes/CameraKitSession.md +1 -1
  81. package/docs/md/classes/CameraKitSource.md +1 -1
  82. package/docs/md/classes/LensPerformanceMeasurement.md +1 -1
  83. package/docs/md/classes/LensPerformanceMetrics.md +1 -1
  84. package/docs/md/classes/LensRepository.md +3 -3
  85. package/docs/md/classes/LensSources.md +1 -1
  86. package/docs/md/classes/Transform2D.md +1 -1
  87. package/docs/md/classes/TypedCustomEvent.md +1 -1
  88. package/docs/md/classes/TypedEventTarget.md +1 -1
  89. package/docs/md/interfaces/CameraKitBootstrapConfiguration.md +13 -2
  90. package/docs/md/interfaces/CameraKitSourceSubscriber.md +3 -3
  91. package/docs/md/interfaces/ComputedFrameMetrics.md +1 -1
  92. package/docs/md/interfaces/CreateSessionOptions.md +1 -1
  93. package/docs/md/interfaces/EstimatedLensPerformance.md +1 -1
  94. package/docs/md/interfaces/Lens.md +11 -1
  95. package/docs/md/interfaces/LensSource.md +1 -1
  96. package/docs/md/interfaces/MediaStreamSourceOptions.md +1 -1
  97. package/docs/md/interfaces/Preview.md +1 -1
  98. package/docs/md/interfaces/RemoteApiRequest.md +1 -1
  99. package/docs/md/interfaces/RemoteApiResponse.md +1 -1
  100. package/docs/md/interfaces/RemoteApiService.md +1 -1
  101. package/docs/md/interfaces/Snapcode.md +1 -1
  102. package/docs/md/interfaces/UriCancelRequest.md +1 -1
  103. package/docs/md/interfaces/UriRequest.md +1 -1
  104. package/docs/md/interfaces/UriResponse.md +1 -1
  105. package/docs/md/interfaces/VideoSourceOptions.md +1 -1
  106. package/docs/md/modules.md +24 -4
  107. package/lib/CameraKit.d.ts +139 -7
  108. package/lib/CameraKit.js +19 -19
  109. package/lib/CameraKit.js.map +1 -1
  110. package/lib/__tests__/data.d.ts +9 -4
  111. package/lib/__tests__/data.js +19 -9
  112. package/lib/__tests__/data.js.map +1 -1
  113. package/lib/bootstrapCameraKit.js +2 -2
  114. package/lib/bootstrapCameraKit.js.map +1 -1
  115. package/lib/common/localization.js +7 -31
  116. package/lib/common/localization.js.map +1 -1
  117. package/lib/configuration.d.ts +7 -0
  118. package/lib/configuration.js +1 -0
  119. package/lib/configuration.js.map +1 -1
  120. package/lib/configurationOverrides.d.ts +2 -2
  121. package/lib/configurationOverrides.js +11 -6
  122. package/lib/configurationOverrides.js.map +1 -1
  123. package/lib/dependency-injection/RootServices.d.ts +2 -2
  124. package/lib/dependency-injection/RootServices.js.map +1 -1
  125. package/lib/environment.json +1 -1
  126. package/lib/extensions/extensionRequestContext.js +4 -4
  127. package/lib/extensions/extensionRequestContext.js.map +1 -1
  128. package/lib/extensions/uriHandlersRegister.d.ts +2 -2
  129. package/lib/extensions/uriHandlersRegister.js.map +1 -1
  130. package/lib/generated-proto/blizzard/cameraKitEvents.d.ts +272 -0
  131. package/lib/generated-proto/blizzard/cameraKitEvents.js +38 -24
  132. package/lib/generated-proto/blizzard/cameraKitEvents.js.map +1 -1
  133. package/lib/handlers/cameraKitServiceFetchHandlerFactory.js +2 -2
  134. package/lib/handlers/cameraKitServiceFetchHandlerFactory.js.map +1 -1
  135. package/lib/index.d.ts +2 -1
  136. package/lib/index.js +2 -1
  137. package/lib/index.js.map +1 -1
  138. package/lib/lens/Lens.d.ts +9 -1
  139. package/lib/lens/Lens.js +2 -1
  140. package/lib/lens/Lens.js.map +1 -1
  141. package/lib/lens/LensPersistenceStore.d.ts +2 -2
  142. package/lib/lens/LensPersistenceStore.js.map +1 -1
  143. package/lib/lens/LensRepository.d.ts +2 -2
  144. package/lib/lens/LensRepository.js +5 -4
  145. package/lib/lens/LensRepository.js.map +1 -1
  146. package/lib/lens/assets/LensAssetRepository.d.ts +4 -4
  147. package/lib/lens/assets/LensAssetRepository.js +1 -3
  148. package/lib/lens/assets/LensAssetRepository.js.map +1 -1
  149. package/lib/lens/assets/LensAssetsProvider.d.ts +9 -3
  150. package/lib/lens/assets/LensAssetsProvider.js +12 -5
  151. package/lib/lens/assets/LensAssetsProvider.js.map +1 -1
  152. package/lib/lens-client-interface/imagePicker.d.ts +2 -2
  153. package/lib/lens-client-interface/imagePicker.js.map +1 -1
  154. package/lib/lens-client-interface/lensClientInterface.d.ts +2 -2
  155. package/lib/lens-client-interface/lensClientInterface.js.map +1 -1
  156. package/lib/lens-core-module/generated-types.d.ts +4 -2
  157. package/lib/lens-core-module/generated-types.js.map +1 -1
  158. package/lib/lens-core-module/index.d.ts +1 -0
  159. package/lib/lens-core-module/index.js +1 -0
  160. package/lib/lens-core-module/index.js.map +1 -1
  161. package/lib/lens-core-module/lensCore.d.ts +41 -0
  162. package/lib/lens-core-module/lensCore.js +54 -0
  163. package/lib/lens-core-module/lensCore.js.map +1 -0
  164. package/lib/lens-core-module/lensCoreError.d.ts +15 -0
  165. package/lib/lens-core-module/lensCoreError.js +43 -0
  166. package/lib/lens-core-module/lensCoreError.js.map +1 -0
  167. package/lib/lens-core-module/loader/lensCoreFactory.d.ts +1 -2
  168. package/lib/lens-core-module/loader/lensCoreFactory.js +24 -26
  169. package/lib/lens-core-module/loader/lensCoreFactory.js.map +1 -1
  170. package/lib/lensCoreWasmVersions.json +3 -3
  171. package/lib/logger/registerLogEntriesSubscriber.js +2 -2
  172. package/lib/logger/registerLogEntriesSubscriber.js.map +1 -1
  173. package/lib/media-sources/CameraKitSource.d.ts +3 -3
  174. package/lib/media-sources/CameraKitSource.js +22 -31
  175. package/lib/media-sources/CameraKitSource.js.map +1 -1
  176. package/lib/media-sources/FunctionSource.js +33 -36
  177. package/lib/media-sources/FunctionSource.js.map +1 -1
  178. package/lib/media-sources/MediaStreamSource.js +11 -15
  179. package/lib/media-sources/MediaStreamSource.js.map +1 -1
  180. package/lib/metrics/businessEventsReporter.js +114 -108
  181. package/lib/metrics/businessEventsReporter.js.map +1 -1
  182. package/lib/metrics/reporters/reportGlobalException.js +25 -7
  183. package/lib/metrics/reporters/reportGlobalException.js.map +1 -1
  184. package/lib/metrics/reporters/reportHttpMetrics.js +2 -2
  185. package/lib/metrics/reporters/reportHttpMetrics.js.map +1 -1
  186. package/lib/metrics/reporters/reportLensView.js +5 -3
  187. package/lib/metrics/reporters/reportLensView.js.map +1 -1
  188. package/lib/metrics/reporters/reportLensWait.js +8 -2
  189. package/lib/metrics/reporters/reportLensWait.js.map +1 -1
  190. package/lib/metrics/reporters/reportPlatformCapabilities.d.ts +12 -0
  191. package/lib/metrics/reporters/reportPlatformCapabilities.js +18 -0
  192. package/lib/metrics/reporters/reportPlatformCapabilities.js.map +1 -0
  193. package/lib/metrics/reporters/reporters.d.ts +2 -1
  194. package/lib/metrics/reporters/reporters.js +3 -1
  195. package/lib/metrics/reporters/reporters.js.map +1 -1
  196. package/lib/namedErrors.d.ts +17 -0
  197. package/lib/namedErrors.js +2 -0
  198. package/lib/namedErrors.js.map +1 -1
  199. package/lib/platform/assertPlatformSupported.d.ts +4 -0
  200. package/lib/platform/assertPlatformSupported.js +15 -0
  201. package/lib/platform/assertPlatformSupported.js.map +1 -0
  202. package/lib/platform/cameraKitUserAgent.d.ts +2 -0
  203. package/lib/platform/cameraKitUserAgent.js +20 -0
  204. package/lib/platform/cameraKitUserAgent.js.map +1 -0
  205. package/lib/platform/platformCapabilities.d.ts +50 -0
  206. package/lib/platform/platformCapabilities.js +121 -0
  207. package/lib/platform/platformCapabilities.js.map +1 -0
  208. package/lib/{common/cameraKitUserAgent.d.ts → platform/platformInfo.d.ts} +13 -10
  209. package/lib/{common/cameraKitUserAgent.js → platform/platformInfo.js} +94 -100
  210. package/lib/platform/platformInfo.js.map +1 -0
  211. package/lib/remote-configuration/cofHandler.js +2 -2
  212. package/lib/remote-configuration/cofHandler.js.map +1 -1
  213. package/lib/remote-configuration/preloadConfiguration.d.ts +2 -2
  214. package/lib/remote-configuration/preloadConfiguration.js.map +1 -1
  215. package/lib/session/CameraKitSession.d.ts +3 -3
  216. package/lib/session/CameraKitSession.js +23 -30
  217. package/lib/session/CameraKitSession.js.map +1 -1
  218. package/lib/session/CameraKitSessionEvents.d.ts +7 -3
  219. package/lib/session/CameraKitSessionEvents.js +17 -0
  220. package/lib/session/CameraKitSessionEvents.js.map +1 -1
  221. package/lib/session/LensPerformanceMetrics.d.ts +2 -2
  222. package/lib/session/LensPerformanceMetrics.js +4 -3
  223. package/lib/session/LensPerformanceMetrics.js.map +1 -1
  224. package/lib/session/lensState.d.ts +2 -2
  225. package/lib/session/lensState.js +36 -37
  226. package/lib/session/lensState.js.map +1 -1
  227. package/package.json +2 -2
  228. package/lib/assertPlatformSupported.d.ts +0 -6
  229. package/lib/assertPlatformSupported.js +0 -21
  230. package/lib/assertPlatformSupported.js.map +0 -1
  231. package/lib/common/cameraKitUserAgent.js.map +0 -1
  232. package/lib/common/locale.d.ts +0 -2
  233. package/lib/common/locale.js +0 -11
  234. package/lib/common/locale.js.map +0 -1
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>RenderTarget | CameraKit Web SDK - v0.13.2-alpha.1</title><meta name="description" content="Documentation for CameraKit Web SDK"/><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 defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>RenderTarget | CameraKit Web SDK - v0.14.0-alpha.1</title><meta name="description" content="Documentation for CameraKit Web SDK"/><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 defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,7 +6,7 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">CameraKit Web SDK - v0.13.2-alpha.1</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">CameraKit Web SDK - v0.14.0-alpha.1</a></div>
10
10
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-content">
@@ -35,7 +35,7 @@ which render target to render, and the result for each target is available as a
35
35
  <div class="tsd-theme-toggle">
36
36
  <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
37
37
  <div class="site-menu">
38
- <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>Camera<wbr/>Kit <wbr/>Web SDK -<wbr/> v0.13.2-<wbr/>alpha.1</span></a>
38
+ <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>Camera<wbr/>Kit <wbr/>Web SDK -<wbr/> v0.14.0-<wbr/>alpha.1</span></a>
39
39
  <ul class="tsd-small-nested-navigation">
40
40
  <li><a href="../classes/CameraKit.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-128"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)"></path></g></svg><span>Camera<wbr/>Kit</span></a></li>
41
41
  <li><a href="../classes/TypedCustomEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Typed<wbr/>Custom<wbr/>Event</span></a></li>
@@ -91,6 +91,7 @@ which render target to render, and the result for each target is available as a
91
91
  <li><a href="BenchmarkError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Benchmark<wbr/>Error</span></a></li>
92
92
  <li><a href="PlatformNotSupportedError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Platform<wbr/>Not<wbr/>Supported<wbr/>Error</span></a></li>
93
93
  <li><a href="LensExecutionError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Lens<wbr/>Execution<wbr/>Error</span></a></li>
94
+ <li><a href="LensAbortError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Lens<wbr/>Abort<wbr/>Error</span></a></li>
94
95
  <li><a href="PersistentStoreError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Persistent<wbr/>Store<wbr/>Error</span></a></li>
95
96
  <li><a href="LensAssetError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Lens<wbr/>Asset<wbr/>Error</span></a></li>
96
97
  <li><a href="BootstrapError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Bootstrap<wbr/>Error</span></a></li>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Uri | CameraKit Web SDK - v0.13.2-alpha.1</title><meta name="description" content="Documentation for CameraKit Web SDK"/><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 defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Uri | CameraKit Web SDK - v0.14.0-alpha.1</title><meta name="description" content="Documentation for CameraKit Web SDK"/><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 defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,7 +6,7 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">CameraKit Web SDK - v0.13.2-alpha.1</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">CameraKit Web SDK - v0.14.0-alpha.1</a></div>
10
10
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-content">
@@ -30,7 +30,7 @@
30
30
  <div class="tsd-theme-toggle">
31
31
  <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
32
32
  <div class="site-menu">
33
- <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>Camera<wbr/>Kit <wbr/>Web SDK -<wbr/> v0.13.2-<wbr/>alpha.1</span></a>
33
+ <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>Camera<wbr/>Kit <wbr/>Web SDK -<wbr/> v0.14.0-<wbr/>alpha.1</span></a>
34
34
  <ul class="tsd-small-nested-navigation">
35
35
  <li><a href="../classes/CameraKit.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-128"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)"></path></g></svg><span>Camera<wbr/>Kit</span></a></li>
36
36
  <li><a href="../classes/TypedCustomEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Typed<wbr/>Custom<wbr/>Event</span></a></li>
@@ -86,6 +86,7 @@
86
86
  <li><a href="BenchmarkError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Benchmark<wbr/>Error</span></a></li>
87
87
  <li><a href="PlatformNotSupportedError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Platform<wbr/>Not<wbr/>Supported<wbr/>Error</span></a></li>
88
88
  <li><a href="LensExecutionError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Lens<wbr/>Execution<wbr/>Error</span></a></li>
89
+ <li><a href="LensAbortError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Lens<wbr/>Abort<wbr/>Error</span></a></li>
89
90
  <li><a href="PersistentStoreError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Persistent<wbr/>Store<wbr/>Error</span></a></li>
90
91
  <li><a href="LensAssetError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Lens<wbr/>Asset<wbr/>Error</span></a></li>
91
92
  <li><a href="BootstrapError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Bootstrap<wbr/>Error</span></a></li>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>WebGLError | CameraKit Web SDK - v0.13.2-alpha.1</title><meta name="description" content="Documentation for CameraKit Web SDK"/><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 defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>WebGLError | CameraKit Web SDK - v0.14.0-alpha.1</title><meta name="description" content="Documentation for CameraKit Web SDK"/><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 defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,7 +6,7 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">CameraKit Web SDK - v0.13.2-alpha.1</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">CameraKit Web SDK - v0.14.0-alpha.1</a></div>
10
10
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-content">
@@ -30,7 +30,7 @@
30
30
  <div class="tsd-theme-toggle">
31
31
  <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
32
32
  <div class="site-menu">
33
- <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>Camera<wbr/>Kit <wbr/>Web SDK -<wbr/> v0.13.2-<wbr/>alpha.1</span></a>
33
+ <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>Camera<wbr/>Kit <wbr/>Web SDK -<wbr/> v0.14.0-<wbr/>alpha.1</span></a>
34
34
  <ul class="tsd-small-nested-navigation">
35
35
  <li><a href="../classes/CameraKit.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-128"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)"></path></g></svg><span>Camera<wbr/>Kit</span></a></li>
36
36
  <li><a href="../classes/TypedCustomEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Typed<wbr/>Custom<wbr/>Event</span></a></li>
@@ -86,6 +86,7 @@
86
86
  <li><a href="BenchmarkError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Benchmark<wbr/>Error</span></a></li>
87
87
  <li><a href="PlatformNotSupportedError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Platform<wbr/>Not<wbr/>Supported<wbr/>Error</span></a></li>
88
88
  <li><a href="LensExecutionError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Lens<wbr/>Execution<wbr/>Error</span></a></li>
89
+ <li><a href="LensAbortError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Lens<wbr/>Abort<wbr/>Error</span></a></li>
89
90
  <li><a href="PersistentStoreError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Persistent<wbr/>Store<wbr/>Error</span></a></li>
90
91
  <li><a href="LensAssetError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Lens<wbr/>Asset<wbr/>Error</span></a></li>
91
92
  <li><a href="BootstrapError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Bootstrap<wbr/>Error</span></a></li>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>extensionRequestContext | CameraKit Web SDK - v0.13.2-alpha.1</title><meta name="description" content="Documentation for CameraKit Web SDK"/><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 defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>extensionRequestContext | CameraKit Web SDK - v0.14.0-alpha.1</title><meta name="description" content="Documentation for CameraKit Web SDK"/><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 defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,7 +6,7 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">CameraKit Web SDK - v0.13.2-alpha.1</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">CameraKit Web SDK - v0.14.0-alpha.1</a></div>
10
10
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-content">
@@ -33,7 +33,7 @@
33
33
  <div class="tsd-theme-toggle">
34
34
  <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
35
35
  <div class="site-menu">
36
- <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>Camera<wbr/>Kit <wbr/>Web SDK -<wbr/> v0.13.2-<wbr/>alpha.1</span></a>
36
+ <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>Camera<wbr/>Kit <wbr/>Web SDK -<wbr/> v0.14.0-<wbr/>alpha.1</span></a>
37
37
  <ul class="tsd-small-nested-navigation">
38
38
  <li><a href="../classes/CameraKit.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-128"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)"></path></g></svg><span>Camera<wbr/>Kit</span></a></li>
39
39
  <li><a href="../classes/TypedCustomEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Typed<wbr/>Custom<wbr/>Event</span></a></li>
@@ -89,6 +89,7 @@
89
89
  <li><a href="../types/BenchmarkError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Benchmark<wbr/>Error</span></a></li>
90
90
  <li><a href="../types/PlatformNotSupportedError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Platform<wbr/>Not<wbr/>Supported<wbr/>Error</span></a></li>
91
91
  <li><a href="../types/LensExecutionError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Lens<wbr/>Execution<wbr/>Error</span></a></li>
92
+ <li><a href="../types/LensAbortError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Lens<wbr/>Abort<wbr/>Error</span></a></li>
92
93
  <li><a href="../types/PersistentStoreError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Persistent<wbr/>Store<wbr/>Error</span></a></li>
93
94
  <li><a href="../types/LensAssetError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Lens<wbr/>Asset<wbr/>Error</span></a></li>
94
95
  <li><a href="../types/BootstrapError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Bootstrap<wbr/>Error</span></a></li>
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / CameraKit
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / CameraKit
2
2
 
3
3
  # Class: CameraKit
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / CameraKitSession
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / CameraKitSession
2
2
 
3
3
  # Class: CameraKitSession
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / CameraKitSource
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / CameraKitSource
2
2
 
3
3
  # Class: CameraKitSource
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / LensPerformanceMeasurement
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / LensPerformanceMeasurement
2
2
 
3
3
  # Class: LensPerformanceMeasurement
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / LensPerformanceMetrics
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / LensPerformanceMetrics
2
2
 
3
3
  # Class: LensPerformanceMetrics
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / LensRepository
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / LensRepository
2
2
 
3
3
  # Class: LensRepository
4
4
 
@@ -112,7 +112,7 @@ ___
112
112
 
113
113
  ### getLensMetadata
114
114
 
115
- ▸ **getLensMetadata**(`lensId`): `undefined` \| `LensProto`
115
+ ▸ **getLensMetadata**(`lensId`): `undefined` \| `LensProtoWithGroupId`
116
116
 
117
117
  Returns loaded Lens metadata if available.
118
118
 
@@ -124,7 +124,7 @@ Returns loaded Lens metadata if available.
124
124
 
125
125
  #### Returns
126
126
 
127
- `undefined` \| `LensProto`
127
+ `undefined` \| `LensProtoWithGroupId`
128
128
 
129
129
  ___
130
130
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / LensSources
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / LensSources
2
2
 
3
3
  # Class: LensSources
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / Transform2D
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / Transform2D
2
2
 
3
3
  # Class: Transform2D
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / TypedCustomEvent
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / TypedCustomEvent
2
2
 
3
3
  # Class: TypedCustomEvent<N, T\>
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / TypedEventTarget
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / TypedEventTarget
2
2
 
3
3
  # Class: TypedEventTarget<Events\>
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / CameraKitBootstrapConfiguration
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / CameraKitBootstrapConfiguration
2
2
 
3
3
  # Interface: CameraKitBootstrapConfiguration
4
4
 
@@ -15,6 +15,7 @@ CameraKit components.
15
15
  - [lensPerformance](CameraKitBootstrapConfiguration.md#lensperformance)
16
16
  - [lensCoreOverrideUrls](CameraKitBootstrapConfiguration.md#lenscoreoverrideurls)
17
17
  - [wasmEndpointOverride](CameraKitBootstrapConfiguration.md#wasmendpointoverride)
18
+ - [analyticsId](CameraKitBootstrapConfiguration.md#analyticsid)
18
19
 
19
20
  ## Properties
20
21
 
@@ -43,7 +44,7 @@ ___
43
44
 
44
45
  ### logLevel
45
46
 
46
- • `Optional` **logLevel**: ``"debug"`` \| ``"error"`` \| ``"warn"`` \| ``"log"`` \| ``"info"``
47
+ • `Optional` **logLevel**: ``"error"`` \| ``"warn"`` \| ``"log"`` \| ``"info"`` \| ``"debug"``
47
48
 
48
49
  Log only if a logged entry level is greater than or equal to this level. Here is the order of levels:
49
50
  error > warn > log = info > debug. Default value is "info".
@@ -104,3 +105,13 @@ In recommended production deployments, the WebAssembly assets required by Camera
104
105
  optimized CDN. But sometimes during development or within a CI pipeline, it may be necessary to download these
105
106
  assets from somewhere else. With a provided `wasmEndpointOverride`, asset URLs will be automatically generated
106
107
  based on this root endpoint.
108
+
109
+ ___
110
+
111
+ ### analyticsId
112
+
113
+ • `Optional` **analyticsId**: `string`
114
+
115
+ Applications may optionally provide a unique identifier called analyticsId. This ID would enable Camera Kit to
116
+ improve data reporting and accuracy and to better support potential needs related to an application's lens and
117
+ user analytics.
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / CameraKitSourceSubscriber
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / CameraKitSourceSubscriber
2
2
 
3
3
  # Interface: CameraKitSourceSubscriber
4
4
 
@@ -16,7 +16,7 @@ run whenever that source is attached/detached from a CameraKitSession.
16
16
 
17
17
  ### onAttach
18
18
 
19
- • `Optional` `Readonly` **onAttach**: (`source`: [`CameraKitSource`](../classes/CameraKitSource.md), `lensCore`: `LensCoreModule`, `reportError`: (`error`: `Error`) => `void`) => `void` \| `Promise`<`void`\>
19
+ • `Optional` `Readonly` **onAttach**: (`source`: [`CameraKitSource`](../classes/CameraKitSource.md), `lensCore`: `LensCore`, `reportError`: (`error`: `Error`) => `void`) => `void` \| `Promise`<`void`\>
20
20
 
21
21
  #### Type declaration
22
22
 
@@ -27,7 +27,7 @@ run whenever that source is attached/detached from a CameraKitSession.
27
27
  | Name | Type |
28
28
  | :------ | :------ |
29
29
  | `source` | [`CameraKitSource`](../classes/CameraKitSource.md) |
30
- | `lensCore` | `LensCoreModule` |
30
+ | `lensCore` | `LensCore` |
31
31
  | `reportError` | (`error`: `Error`) => `void` |
32
32
 
33
33
  ##### Returns
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / ComputedFrameMetrics
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / ComputedFrameMetrics
2
2
 
3
3
  # Interface: ComputedFrameMetrics
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / CreateSessionOptions
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / CreateSessionOptions
2
2
 
3
3
  # Interface: CreateSessionOptions
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / EstimatedLensPerformance
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / EstimatedLensPerformance
2
2
 
3
3
  # Interface: EstimatedLensPerformance
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / Lens
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / Lens
2
2
 
3
3
  # Interface: Lens
4
4
 
@@ -7,6 +7,7 @@
7
7
  ### Properties
8
8
 
9
9
  - [id](Lens.md#id)
10
+ - [groupId](Lens.md#groupid)
10
11
  - [name](Lens.md#name)
11
12
  - [iconUrl](Lens.md#iconurl)
12
13
  - [vendorData](Lens.md#vendordata)
@@ -29,6 +30,15 @@ and therefore may require additional processing depending on usages.
29
30
 
30
31
  ___
31
32
 
33
+ ### groupId
34
+
35
+ • **groupId**: `string`
36
+
37
+ The unique identifier for the group that this lens is a part of,
38
+ correlating to a collection of lenses grouped for organizational or functional purposes.
39
+
40
+ ___
41
+
32
42
  ### name
33
43
 
34
44
  • **name**: `string`
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / LensSource
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / LensSource
2
2
 
3
3
  # Interface: LensSource
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / MediaStreamSourceOptions
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / MediaStreamSourceOptions
2
2
 
3
3
  # Interface: MediaStreamSourceOptions
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / Preview
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / Preview
2
2
 
3
3
  # Interface: Preview
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / RemoteApiRequest
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / RemoteApiRequest
2
2
 
3
3
  # Interface: RemoteApiRequest
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / RemoteApiResponse
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / RemoteApiResponse
2
2
 
3
3
  # Interface: RemoteApiResponse
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / RemoteApiService
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / RemoteApiService
2
2
 
3
3
  # Interface: RemoteApiService
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / Snapcode
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / Snapcode
2
2
 
3
3
  # Interface: Snapcode
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / UriCancelRequest
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / UriCancelRequest
2
2
 
3
3
  # Interface: UriCancelRequest
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / UriRequest
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / UriRequest
2
2
 
3
3
  # Interface: UriRequest
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / UriResponse
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / UriResponse
2
2
 
3
3
  # Interface: UriResponse
4
4
 
@@ -1,4 +1,4 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](../README.md) / [Exports](../modules.md) / VideoSourceOptions
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](../README.md) / [Exports](../modules.md) / VideoSourceOptions
2
2
 
3
3
  # Interface: VideoSourceOptions
4
4
 
@@ -1,6 +1,6 @@
1
- [CameraKit Web SDK - v0.13.2-alpha.1](README.md) / Exports
1
+ [CameraKit Web SDK - v0.14.0-alpha.1](README.md) / Exports
2
2
 
3
- # CameraKit Web SDK - v0.13.2-alpha.1
3
+ # CameraKit Web SDK - v0.14.0-alpha.1
4
4
 
5
5
  ## Table of contents
6
6
 
@@ -66,6 +66,7 @@
66
66
  - [BenchmarkError](modules.md#benchmarkerror)
67
67
  - [PlatformNotSupportedError](modules.md#platformnotsupportederror)
68
68
  - [LensExecutionError](modules.md#lensexecutionerror)
69
+ - [LensAbortError](modules.md#lensaborterror)
69
70
  - [PersistentStoreError](modules.md#persistentstoreerror)
70
71
  - [LensAssetError](modules.md#lensasseterror)
71
72
  - [BootstrapError](modules.md#bootstraperror)
@@ -376,7 +377,7 @@ ___
376
377
 
377
378
  ### CameraKitSessionEvents
378
379
 
379
- Ƭ **CameraKitSessionEvents**: [`TypedCustomEvent`](classes/TypedCustomEvent.md)<``"error"``, { `error`: [`LensExecutionError`](modules.md#lensexecutionerror) \| [`LensImagePickerError`](modules.md#lensimagepickererror) ; `lens`: [`Lens`](interfaces/Lens.md) }\>
380
+ Ƭ **CameraKitSessionEvents**: [`TypedCustomEvent`](classes/TypedCustomEvent.md)<``"error"``, { `error`: [`LensExecutionError`](modules.md#lensexecutionerror) \| [`LensAbortError`](modules.md#lensaborterror) \| [`LensImagePickerError`](modules.md#lensimagepickererror) ; `lens`: [`Lens`](interfaces/Lens.md) }\>
380
381
 
381
382
  Events emitted by [CameraKitSession.events](classes/CameraKitSession.md#events).
382
383
 
@@ -587,6 +588,25 @@ cameraKitSession.events.addEventListener('error', ({ detail }) => {
587
588
 
588
589
  ___
589
590
 
591
+ ### LensAbortError
592
+
593
+ Ƭ **LensAbortError**: `NamedError`<``"LensAbortError"``\>
594
+
595
+ This error occurs when a session becomes inoperable.
596
+
597
+ It's always a good idea to handle this error and update the user experience accordingly.
598
+ For example, you could show a message to a user.
599
+
600
+ ```ts
601
+ cameraKitSession.events.addEventListener('error', ({ detail }) => {
602
+ if (detail.error.name === 'LensAbortError') {
603
+ console.log(`Camera Kit encountered an unrecoverable error and became inoperable. Please refresh the page.`)
604
+ }
605
+ })
606
+ ```
607
+
608
+ ___
609
+
590
610
  ### PersistentStoreError
591
611
 
592
612
  Ƭ **PersistentStoreError**: `NamedError`<``"PersistentStoreError"``\>
@@ -786,7 +806,7 @@ ___
786
806
 
787
807
  ### CameraKitSessionEvents
788
808
 
789
- Ƭ **CameraKitSessionEvents**: [`TypedCustomEvent`](classes/TypedCustomEvent.md)<``"error"``, { `error`: [`LensExecutionError`](modules.md#lensexecutionerror) \| [`LensImagePickerError`](modules.md#lensimagepickererror) ; `lens`: [`Lens`](interfaces/Lens.md) }\>
809
+ Ƭ **CameraKitSessionEvents**: [`TypedCustomEvent`](classes/TypedCustomEvent.md)<``"error"``, { `error`: [`LensExecutionError`](modules.md#lensexecutionerror) \| [`LensAbortError`](modules.md#lensaborterror) \| [`LensImagePickerError`](modules.md#lensimagepickererror) ; `lens`: [`Lens`](interfaces/Lens.md) }\>
790
810
 
791
811
  Events emitted by [CameraKitSession.events](classes/CameraKitSession.md#events).
792
812