@snap/camera-kit 0.13.0 → 0.13.2
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 +0 -22
- package/docs/html/assets/search.js +1 -1
- package/docs/html/classes/CameraKit.html +3 -3
- package/docs/html/classes/CameraKitSession.html +3 -3
- package/docs/html/classes/CameraKitSource.html +3 -3
- package/docs/html/classes/LensPerformanceMeasurement.html +3 -3
- package/docs/html/classes/LensPerformanceMetrics.html +3 -3
- package/docs/html/classes/LensRepository.html +3 -3
- package/docs/html/classes/LensSources.html +3 -3
- package/docs/html/classes/Transform2D.html +3 -3
- package/docs/html/classes/TypedCustomEvent.html +3 -3
- package/docs/html/classes/TypedEventTarget.html +3 -3
- package/docs/html/functions/Injectable.html +3 -3
- package/docs/html/functions/bootstrapCameraKit.html +3 -3
- package/docs/html/functions/createExtension.html +3 -3
- package/docs/html/functions/createImageSource.html +3 -3
- package/docs/html/functions/createMediaStreamSource.html +3 -3
- package/docs/html/functions/createUserMediaSource.html +3 -3
- package/docs/html/functions/createVideoSource.html +3 -3
- package/docs/html/functions/estimateLensPerformance.html +3 -3
- package/docs/html/functions/getRequiredBootstrapURLs.html +3 -3
- package/docs/html/functions/lensSourcesFactory.html +3 -3
- package/docs/html/functions/remoteApiServicesFactory.html +3 -3
- package/docs/html/index.html +5 -28
- package/docs/html/interfaces/CameraKitBootstrapConfiguration.html +3 -3
- package/docs/html/interfaces/CameraKitSourceSubscriber.html +3 -3
- package/docs/html/interfaces/ComputedFrameMetrics.html +3 -3
- package/docs/html/interfaces/CreateSessionOptions.html +3 -3
- package/docs/html/interfaces/EstimatedLensPerformance.html +3 -3
- package/docs/html/interfaces/Lens.html +12 -4
- package/docs/html/interfaces/LensSource.html +3 -3
- package/docs/html/interfaces/MediaStreamSourceOptions.html +3 -3
- package/docs/html/interfaces/Preview.html +3 -3
- package/docs/html/interfaces/RemoteApiRequest.html +3 -3
- package/docs/html/interfaces/RemoteApiResponse.html +3 -3
- package/docs/html/interfaces/RemoteApiService.html +3 -3
- package/docs/html/interfaces/Snapcode.html +3 -3
- package/docs/html/interfaces/UriCancelRequest.html +3 -3
- package/docs/html/interfaces/UriRequest.html +3 -3
- package/docs/html/interfaces/UriResponse.html +3 -3
- package/docs/html/interfaces/VideoSourceOptions.html +3 -3
- package/docs/html/modules.html +4 -4
- package/docs/html/types/AssetLoader.html +3 -3
- package/docs/html/types/AssetTiming.html +3 -3
- package/docs/html/types/BenchmarkError.html +3 -3
- package/docs/html/types/BootstrapError.html +3 -3
- package/docs/html/types/CacheKeyNotFoundError.html +3 -3
- package/docs/html/types/CameraKitDeviceInfo.html +3 -3
- package/docs/html/types/CameraKitDeviceOptions.html +3 -3
- package/docs/html/types/CameraKitSessionEventListener.html +3 -3
- package/docs/html/types/CameraKitSessionEvents.html +3 -3
- package/docs/html/types/CameraKitSourceError.html +3 -3
- package/docs/html/types/CameraKitSourceInfo.html +3 -3
- package/docs/html/types/CameraKitSourceOptions.html +3 -3
- package/docs/html/types/ConfigurationError.html +3 -3
- package/docs/html/types/Keyboard.html +3 -3
- package/docs/html/types/KeyboardEvents.html +3 -3
- package/docs/html/types/LegalError.html +3 -3
- package/docs/html/types/LensAssetError.html +3 -3
- package/docs/html/types/LensContentValidationError.html +3 -3
- package/docs/html/types/LensError.html +3 -3
- package/docs/html/types/LensExecutionError.html +3 -3
- package/docs/html/types/LensImagePickerError.html +3 -3
- package/docs/html/types/LensLaunchParams.html +3 -3
- package/docs/html/types/LensMetricsEvents.html +3 -3
- package/docs/html/types/LensPerformanceCluster.html +3 -3
- package/docs/html/types/LensView.html +3 -3
- package/docs/html/types/LensWait.html +3 -3
- package/docs/html/types/PersistentStoreError.html +3 -3
- package/docs/html/types/PlatformNotSupportedError.html +3 -3
- package/docs/html/types/PublicContainer.html +3 -3
- package/docs/html/types/RemoteApiRequestHandler.html +3 -3
- package/docs/html/types/RemoteApiServices.html +3 -3
- package/docs/html/types/RemoteApiStatus.html +3 -3
- package/docs/html/types/RenderTarget.html +3 -3
- package/docs/html/types/Uri.html +3 -3
- package/docs/html/types/WebGLError.html +3 -3
- package/docs/html/variables/extensionRequestContext.html +3 -3
- package/docs/md/README.md +0 -22
- package/docs/md/classes/CameraKit.md +1 -1
- package/docs/md/classes/CameraKitSession.md +1 -1
- 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 +10 -1
- package/docs/md/interfaces/LensSource.md +1 -1
- package/docs/md/interfaces/MediaStreamSourceOptions.md +1 -1
- package/docs/md/interfaces/Preview.md +1 -1
- package/docs/md/interfaces/RemoteApiRequest.md +1 -1
- package/docs/md/interfaces/RemoteApiResponse.md +1 -1
- package/docs/md/interfaces/RemoteApiService.md +1 -1
- package/docs/md/interfaces/Snapcode.md +1 -1
- package/docs/md/interfaces/UriCancelRequest.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 +2 -2
- package/lib/common/any.d.ts +2 -0
- package/lib/common/any.js +23 -6
- package/lib/common/any.js.map +1 -1
- package/lib/environment.json +1 -1
- package/lib/generated-proto/pb_schema/camera_kit/v3/export.d.ts +2 -1
- package/lib/generated-proto/pb_schema/camera_kit/v3/export.js +6 -0
- package/lib/generated-proto/pb_schema/camera_kit/v3/export.js.map +1 -1
- package/lib/generated-proto/pb_schema/camera_kit/v3/features/ranking_info.d.ts +34 -0
- package/lib/generated-proto/pb_schema/camera_kit/v3/features/ranking_info.js +43 -0
- package/lib/generated-proto/pb_schema/camera_kit/v3/features/ranking_info.js.map +1 -0
- package/lib/generated-proto/pb_schema/camera_kit/v3/features/remote_api_info.d.ts +0 -2
- package/lib/generated-proto/pb_schema/camera_kit/v3/features/remote_api_info.js +0 -1
- package/lib/generated-proto/pb_schema/camera_kit/v3/features/remote_api_info.js.map +1 -1
- package/lib/generated-proto/pb_schema/cdp/cof/circumstance_service.d.ts +14346 -3145
- package/lib/generated-proto/pb_schema/cdp/cof/config_response.d.ts +1717 -62
- package/lib/generated-proto/pb_schema/cdp/cof/config_result.d.ts +6267 -373
- package/lib/generated-proto/pb_schema/cdp/cof/config_result.js +159 -4
- package/lib/generated-proto/pb_schema/cdp/cof/config_result.js.map +1 -1
- package/lib/generated-proto/pb_schema/common/ruid.d.ts +1 -0
- package/lib/generated-proto/pb_schema/common/ruid.js +1 -0
- package/lib/generated-proto/pb_schema/common/ruid.js.map +1 -1
- package/lib/generated-proto/pb_schema/lenses/launchdata.d.ts +31 -0
- package/lib/generated-proto/pb_schema/lenses/launchdata.js +143 -1
- package/lib/generated-proto/pb_schema/lenses/launchdata.js.map +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/lens/Lens.d.ts +8 -1
- package/lib/lens/Lens.js +11 -3
- package/lib/lens/Lens.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.