@snap/camera-kit 0.9.1 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -15
- package/docs/html/assets/search.js +1 -1
- package/docs/html/classes/CameraKit.html +5 -3
- package/docs/html/classes/CameraKitSession.html +5 -4
- package/docs/html/classes/CameraKitSource.html +5 -3
- package/docs/html/classes/LensPerformanceMeasurement.html +5 -3
- package/docs/html/classes/LensPerformanceMetrics.html +5 -3
- package/docs/html/classes/LensRepository.html +5 -3
- package/docs/html/classes/LensSources.html +5 -3
- package/docs/html/classes/Transform2D.html +5 -3
- package/docs/html/classes/TypedCustomEvent.html +5 -3
- package/docs/html/classes/TypedEventTarget.html +5 -3
- package/docs/html/functions/Injectable.html +5 -3
- package/docs/html/functions/bootstrapCameraKit.html +5 -3
- package/docs/html/functions/createExtension.html +5 -3
- package/docs/html/functions/createImageSource.html +5 -3
- package/docs/html/functions/createMediaStreamSource.html +6 -4
- package/docs/html/functions/createUserMediaSource.html +9 -3
- package/docs/html/functions/createVideoSource.html +5 -3
- package/docs/html/functions/estimateLensPerformance.html +5 -3
- package/docs/html/functions/getRequiredBootstrapURLs.html +5 -3
- package/docs/html/functions/lensSourcesFactory.html +5 -3
- package/docs/html/functions/uriHandlersFactory.html +5 -3
- package/docs/html/index.html +11 -9
- package/docs/html/interfaces/CameraKitBootstrapConfiguration.html +5 -3
- package/docs/html/interfaces/CameraKitSourceSubscriber.html +5 -3
- package/docs/html/interfaces/ComputedFrameMetrics.html +5 -3
- package/docs/html/interfaces/CreateSessionOptions.html +5 -3
- package/docs/html/interfaces/EstimatedLensPerformance.html +5 -3
- package/docs/html/interfaces/Lens.html +16 -6
- package/docs/html/interfaces/LensSource.html +5 -3
- package/docs/html/interfaces/MediaStreamSourceOptions.html +5 -3
- package/docs/html/interfaces/Preview.html +133 -0
- package/docs/html/interfaces/Snapcode.html +140 -0
- package/docs/html/interfaces/UriCancelRequest.html +5 -3
- package/docs/html/interfaces/UriHandler.html +5 -3
- package/docs/html/interfaces/UriRequest.html +5 -3
- package/docs/html/interfaces/UriResponse.html +5 -3
- package/docs/html/interfaces/VideoSourceOptions.html +5 -3
- package/docs/html/modules.html +8 -4
- package/docs/html/types/AssetLoader.html +5 -3
- package/docs/html/types/AssetTiming.html +5 -3
- package/docs/html/types/BenchmarkError.html +5 -3
- package/docs/html/types/BootstrapError.html +5 -3
- package/docs/html/types/CacheKeyNotFoundError.html +5 -3
- package/docs/html/types/CameraKitDeviceInfo.html +5 -3
- package/docs/html/types/CameraKitSessionEventListener.html +5 -3
- package/docs/html/types/CameraKitSessionEvents.html +5 -3
- package/docs/html/types/CameraKitSourceError.html +5 -3
- package/docs/html/types/CameraKitSourceInfo.html +5 -3
- package/docs/html/types/CameraKitSourceOptions.html +5 -3
- package/docs/html/types/ConfigurationError.html +5 -3
- package/docs/html/types/Keyboard.html +5 -3
- package/docs/html/types/KeyboardEvents.html +5 -3
- package/docs/html/types/LegalError.html +5 -3
- package/docs/html/types/LensAssetError.html +5 -3
- package/docs/html/types/LensContentValidationError.html +5 -3
- package/docs/html/types/LensError.html +5 -3
- package/docs/html/types/LensExecutionError.html +5 -3
- package/docs/html/types/LensImagePickerError.html +5 -3
- package/docs/html/types/LensLaunchParams.html +5 -3
- package/docs/html/types/LensMetricsEvents.html +5 -3
- package/docs/html/types/LensPerformanceCluster.html +5 -3
- package/docs/html/types/LensView.html +5 -3
- package/docs/html/types/LensWait.html +5 -3
- package/docs/html/types/PersistentStoreError.html +5 -3
- package/docs/html/types/PlatformNotSupportedError.html +5 -3
- package/docs/html/types/PublicContainer.html +5 -3
- package/docs/html/types/RenderTarget.html +5 -3
- package/docs/html/types/Uri.html +5 -3
- package/docs/html/types/UriHandlers.html +5 -3
- package/docs/html/types/WebGLError.html +5 -3
- package/docs/html/variables/extensionRequestContext.html +5 -3
- package/docs/md/README.md +18 -15
- package/docs/md/classes/CameraKit.md +1 -1
- package/docs/md/classes/CameraKitSession.md +1 -2
- package/docs/md/classes/CameraKitSource.md +1 -1
- package/docs/md/classes/LensPerformanceMeasurement.md +1 -1
- package/docs/md/classes/LensPerformanceMetrics.md +1 -1
- package/docs/md/classes/LensRepository.md +1 -1
- package/docs/md/classes/LensSources.md +1 -1
- package/docs/md/classes/Transform2D.md +1 -1
- package/docs/md/classes/TypedCustomEvent.md +1 -1
- package/docs/md/classes/TypedEventTarget.md +1 -1
- package/docs/md/interfaces/CameraKitBootstrapConfiguration.md +1 -1
- package/docs/md/interfaces/CameraKitSourceSubscriber.md +1 -1
- package/docs/md/interfaces/ComputedFrameMetrics.md +1 -1
- package/docs/md/interfaces/CreateSessionOptions.md +1 -1
- package/docs/md/interfaces/EstimatedLensPerformance.md +1 -1
- package/docs/md/interfaces/Lens.md +14 -3
- package/docs/md/interfaces/LensSource.md +1 -1
- package/docs/md/interfaces/MediaStreamSourceOptions.md +1 -1
- package/docs/md/interfaces/Preview.md +19 -0
- package/docs/md/interfaces/Snapcode.md +28 -0
- package/docs/md/interfaces/UriCancelRequest.md +1 -1
- package/docs/md/interfaces/UriHandler.md +1 -1
- package/docs/md/interfaces/UriRequest.md +1 -1
- package/docs/md/interfaces/UriResponse.md +1 -1
- package/docs/md/interfaces/VideoSourceOptions.md +1 -1
- package/docs/md/modules.md +11 -3
- package/lib/CameraKit.d.ts +10 -6
- package/lib/CameraKit.js +2 -1
- package/lib/CameraKit.js.map +1 -1
- package/lib/__tests__/data.js +9 -1
- package/lib/__tests__/data.js.map +1 -1
- package/lib/assertPlatformSupported.js +1 -1
- package/lib/assertPlatformSupported.js.map +1 -1
- package/lib/benchmark/webglUtils.js +2 -2
- package/lib/benchmark/webglUtils.js.map +1 -1
- package/lib/bootstrapCameraKit.js +4 -2
- package/lib/bootstrapCameraKit.js.map +1 -1
- package/lib/common/validate.js +2 -2
- package/lib/common/validate.js.map +1 -1
- package/lib/dependency-injection/RootServices.d.ts +2 -0
- package/lib/dependency-injection/RootServices.js.map +1 -1
- package/lib/environment.json +1 -1
- package/lib/events/scan.js +1 -1
- package/lib/events/scan.js.map +1 -1
- package/lib/generated-proto/pb_schema/camera_kit/v3/business_events.d.ts +17 -0
- package/lib/generated-proto/pb_schema/camera_kit/v3/business_events.js +63 -1
- package/lib/generated-proto/pb_schema/camera_kit/v3/business_events.js.map +1 -1
- package/lib/generated-proto/pb_schema/camera_kit/v3/export.d.ts +38 -1
- package/lib/generated-proto/pb_schema/camera_kit/v3/lens.d.ts +64 -3
- package/lib/generated-proto/pb_schema/camera_kit/v3/lens.js +70 -2
- package/lib/generated-proto/pb_schema/camera_kit/v3/lens.js.map +1 -1
- package/lib/generated-proto/pb_schema/camera_kit/v3/service.d.ts +457 -3
- package/lib/generated-proto/pb_schema/camera_kit/v3/service.js +109 -3
- package/lib/generated-proto/pb_schema/camera_kit/v3/service.js.map +1 -1
- package/lib/generated-proto/pb_schema/cdp/cof/circumstance_service.d.ts +1339 -1852
- package/lib/generated-proto/pb_schema/cdp/cof/circumstance_service.js +55 -132
- package/lib/generated-proto/pb_schema/cdp/cof/circumstance_service.js.map +1 -1
- package/lib/generated-proto/pb_schema/cdp/cof/config_request.d.ts +8 -1
- package/lib/generated-proto/pb_schema/cdp/cof/config_request.js.map +1 -1
- package/lib/generated-proto/pb_schema/cdp/cof/config_response.d.ts +181 -0
- package/lib/generated-proto/pb_schema/cdp/cof/config_result.d.ts +406 -0
- package/lib/generated-proto/pb_schema/cdp/cof/config_result.js +42 -0
- package/lib/generated-proto/pb_schema/cdp/cof/config_result.js.map +1 -1
- package/lib/generated-proto/pb_schema/common/ruid.d.ts +2 -0
- package/lib/generated-proto/pb_schema/common/ruid.js +2 -0
- package/lib/generated-proto/pb_schema/common/ruid.js.map +1 -1
- package/lib/generated-proto/pb_schema/common/value.d.ts +22 -0
- package/lib/generated-proto/pb_schema/common/value.js +45 -0
- package/lib/generated-proto/pb_schema/common/value.js.map +1 -1
- package/lib/generated-proto/pb_schema/lenses/launchdata.d.ts +2 -0
- package/lib/generated-proto/pb_schema/lenses/launchdata.js +12 -0
- package/lib/generated-proto/pb_schema/lenses/launchdata.js.map +1 -1
- package/lib/handlers/requestStateEmittingHandler.d.ts +18 -5
- package/lib/handlers/requestStateEmittingHandler.js +12 -8
- package/lib/handlers/requestStateEmittingHandler.js.map +1 -1
- package/lib/handlers/responseCachingHandler.js +1 -1
- package/lib/handlers/responseCachingHandler.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js.map +1 -1
- package/lib/lens/Lens.d.ts +32 -3
- package/lib/lens/Lens.js +10 -3
- package/lib/lens/Lens.js.map +1 -1
- package/lib/lens/LensLaunchParams.js +6 -4
- package/lib/lens/LensLaunchParams.js.map +1 -1
- package/lib/lens/LensPersistenceStore.js +1 -1
- package/lib/lens/LensPersistenceStore.js.map +1 -1
- package/lib/lens/LensRepository.d.ts +3 -2
- package/lib/lens/LensRepository.js +6 -5
- package/lib/lens/LensRepository.js.map +1 -1
- package/lib/lens/assets/LensAssetRepository.d.ts +5 -3
- package/lib/lens/assets/LensAssetRepository.js +21 -12
- package/lib/lens/assets/LensAssetRepository.js.map +1 -1
- package/lib/lens/assets/LensAssetsProvider.js +1 -1
- package/lib/lens/assets/LensAssetsProvider.js.map +1 -1
- package/lib/lens/lensEnvelopeUtil.js +1 -1
- package/lib/lens/lensEnvelopeUtil.js.map +1 -1
- package/lib/lens-client-interface/imagePicker.js +2 -2
- package/lib/lens-client-interface/imagePicker.js.map +1 -1
- package/lib/lens-client-interface/lensClientInterface.js +1 -1
- package/lib/lens-client-interface/lensClientInterface.js.map +1 -1
- package/lib/lens-core-module/loader/lensCoreFactory.js +1 -1
- package/lib/lens-core-module/loader/lensCoreFactory.js.map +1 -1
- package/lib/lensCoreWasmVersions.json +3 -3
- package/lib/media-sources/FunctionSource.js +1 -1
- package/lib/media-sources/FunctionSource.js.map +1 -1
- package/lib/media-sources/MediaStreamSource.d.ts +5 -1
- package/lib/media-sources/MediaStreamSource.js +5 -1
- package/lib/media-sources/MediaStreamSource.js.map +1 -1
- package/lib/metrics/reporters/reportHttpMetrics.d.ts +3 -3
- package/lib/metrics/reporters/reportHttpMetrics.js +2 -2
- package/lib/metrics/reporters/reportHttpMetrics.js.map +1 -1
- package/lib/metrics/reporters/reportLensAndAssetDownload.d.ts +3 -3
- package/lib/metrics/reporters/reportLensAndAssetDownload.js +6 -2
- package/lib/metrics/reporters/reportLensAndAssetDownload.js.map +1 -1
- package/lib/metrics/reporters/reporters.d.ts +1 -0
- package/lib/remote-configuration/cofHandler.d.ts +2 -1
- package/lib/remote-configuration/cofHandler.js +8 -4
- package/lib/remote-configuration/cofHandler.js.map +1 -1
- package/lib/remote-configuration/remoteConfiguration.d.ts +4 -3
- package/lib/remote-configuration/remoteConfiguration.js +5 -4
- package/lib/remote-configuration/remoteConfiguration.js.map +1 -1
- package/lib/session/CameraKitSession.d.ts +0 -1
- package/lib/session/CameraKitSession.js +4 -4
- package/lib/session/CameraKitSession.js.map +1 -1
- package/lib/session/lensState.js +2 -3
- package/lib/session/lensState.js.map +1 -1
- package/package.json +1 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.