From 995b8df49a59da0d5dd06dfd782635c42c991ac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C4=B1dvan=20Altun?= Date: Mon, 23 Oct 2023 01:43:18 +0300 Subject: [PATCH] docs: remove branding --- .../docs/api/classes/CameraCaptureError.md | 8 +- .../docs/api/classes/CameraRuntimeError.md | 8 +- documentation/docs/api/classes/default.md | 363 ++++++++++++++++++ documentation/docs/api/index.md | 141 ++++++- .../docs/api/interfaces/ErrorWithCause.md | 12 +- documentation/docs/api/interfaces/Lens.md | 81 ++++ .../docs/api/interfaces/VideoMetadata.md | 111 ++++++ documentation/docusaurus.config.js | 32 +- .../src/components/HomepageFeatures/index.tsx | 13 +- documentation/static/img/camera.png | Bin 0 -> 6200 bytes documentation/static/img/favicon.ico | Bin 4286 -> 4286 bytes documentation/static/img/logo.svg | 5 +- documentation/static/img/snapchat-logo.svg | 1 - 13 files changed, 725 insertions(+), 50 deletions(-) create mode 100644 documentation/docs/api/classes/default.md create mode 100644 documentation/docs/api/interfaces/Lens.md create mode 100644 documentation/docs/api/interfaces/VideoMetadata.md create mode 100644 documentation/static/img/camera.png delete mode 100644 documentation/static/img/snapchat-logo.svg diff --git a/documentation/docs/api/classes/CameraCaptureError.md b/documentation/docs/api/classes/CameraCaptureError.md index acf8ac4..447fed8 100644 --- a/documentation/docs/api/classes/CameraCaptureError.md +++ b/documentation/docs/api/classes/CameraCaptureError.md @@ -30,7 +30,7 @@ CameraError.cause #### Defined in -[CameraKitModule/CameraError.ts:130](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L130) +[CameraKitModule/CameraError.ts:130](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L130) ___ @@ -48,7 +48,7 @@ CameraError.code #### Defined in -[CameraKitModule/CameraError.ts:124](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L124) +[CameraKitModule/CameraError.ts:124](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L124) ___ @@ -66,7 +66,7 @@ CameraError.message #### Defined in -[CameraKitModule/CameraError.ts:127](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L127) +[CameraKitModule/CameraError.ts:127](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L127) ## Methods @@ -84,4 +84,4 @@ CameraError.toString #### Defined in -[CameraKitModule/CameraError.ts:152](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L152) +[CameraKitModule/CameraError.ts:152](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L152) diff --git a/documentation/docs/api/classes/CameraRuntimeError.md b/documentation/docs/api/classes/CameraRuntimeError.md index c4c2472..8230a30 100644 --- a/documentation/docs/api/classes/CameraRuntimeError.md +++ b/documentation/docs/api/classes/CameraRuntimeError.md @@ -30,7 +30,7 @@ CameraError.cause #### Defined in -[CameraKitModule/CameraError.ts:130](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L130) +[CameraKitModule/CameraError.ts:130](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L130) ___ @@ -48,7 +48,7 @@ CameraError.code #### Defined in -[CameraKitModule/CameraError.ts:124](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L124) +[CameraKitModule/CameraError.ts:124](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L124) ___ @@ -66,7 +66,7 @@ CameraError.message #### Defined in -[CameraKitModule/CameraError.ts:127](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L127) +[CameraKitModule/CameraError.ts:127](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L127) ## Methods @@ -84,4 +84,4 @@ CameraError.toString #### Defined in -[CameraKitModule/CameraError.ts:152](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L152) +[CameraKitModule/CameraError.ts:152](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L152) diff --git a/documentation/docs/api/classes/default.md b/documentation/docs/api/classes/default.md new file mode 100644 index 0000000..a892732 --- /dev/null +++ b/documentation/docs/api/classes/default.md @@ -0,0 +1,363 @@ +--- +id: "default" +title: "Class: default" +sidebar_label: "default" +sidebar_position: 0 +custom_edit_url: null +--- + +## Hierarchy + +- `PureComponent`<`CameraKitProps`\> + + ↳ **`default`** + +## Constructors + +### constructor + +• **new default**(`props`) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `props` | `CameraKitProps` | + +#### Overrides + +React.PureComponent<CameraKitProps\>.constructor + +#### Defined in + +[CameraKitModule/index.tsx:145](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L145) + +## Properties + +### defaultProps + +▪ `Static` **defaultProps**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `initialCameraFacing` | `string` | +| `initialLens` | ``null`` | +| `isActive` | `boolean` | +| `lensGroups` | ``null`` | + +#### Defined in + +[CameraKitModule/index.tsx:136](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L136) + +## Methods + +### adjustBlur + +▸ **adjustBlur**(`amount`): `void` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `amount` | `number` | + +#### Returns + +`void` + +#### Defined in + +[CameraKitModule/index.tsx:250](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L250) + +___ + +### adjustLensesVolume + +▸ **adjustLensesVolume**(`mute`): `Promise`<`boolean`\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `mute` | `Boolean` | + +#### Returns + +`Promise`<`boolean`\> + +#### Defined in + +[CameraKitModule/index.tsx:357](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L357) + +___ + +### adjustTone + +▸ **adjustTone**(`amount`): `void` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `amount` | `number` | + +#### Returns + +`void` + +#### Defined in + +[CameraKitModule/index.tsx:254](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L254) + +___ + +### cancelRecording + +▸ **cancelRecording**(): `Promise`<`void`\> + +#### Returns + +`Promise`<`void`\> + +#### Defined in + +[CameraKitModule/index.tsx:399](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L399) + +___ + +### changeLensById + +▸ **changeLensById**(`lensId`, `options?`): `Promise`<`void`\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `lensId` | `string` | +| `options?` | `ChangeLensByIdOptions` | + +#### Returns + +`Promise`<`void`\> + +#### Defined in + +[CameraKitModule/index.tsx:290](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L290) + +___ + +### checkBlurSupporting + +▸ **checkBlurSupporting**(): `Promise`<`boolean`\> + +#### Returns + +`Promise`<`boolean`\> + +#### Defined in + +[CameraKitModule/index.tsx:233](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L233) + +___ + +### checkToneModeSupporting + +▸ **checkToneModeSupporting**(): `Promise`<`boolean`\> + +#### Returns + +`Promise`<`boolean`\> + +#### Defined in + +[CameraKitModule/index.tsx:216](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L216) + +___ + +### clearLenses + +▸ **clearLenses**(): `Promise`<`boolean`\> + +#### Returns + +`Promise`<`boolean`\> + +#### Defined in + +[CameraKitModule/index.tsx:340](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L340) + +___ + +### flipCamera + +▸ **flipCamera**(): `Promise`<`CameraPosition`\> + +#### Returns + +`Promise`<`CameraPosition`\> + +#### Defined in + +[CameraKitModule/index.tsx:266](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L266) + +___ + +### focus + +▸ **focus**(`point`): `Promise`<`void`\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `point` | `Point` | + +#### Returns + +`Promise`<`void`\> + +#### Defined in + +[CameraKitModule/index.tsx:282](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L282) + +___ + +### getLenses + +▸ **getLenses**(`lensGroup?`): `Promise`<[`Lens`](../interfaces/Lens.md)[]\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `lensGroup?` | `string` | + +#### Returns + +`Promise`<[`Lens`](../interfaces/Lens.md)[]\> + +#### Defined in + +[CameraKitModule/index.tsx:315](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L315) + +___ + +### pauseRecording + +▸ **pauseRecording**(): `Promise`<`void`\> + +#### Returns + +`Promise`<`void`\> + +#### Defined in + +[CameraKitModule/index.tsx:383](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L383) + +___ + +### render + +▸ **render**(): `Element` + +#### Returns + +`Element` + +#### Overrides + +React.PureComponent.render + +#### Defined in + +[CameraKitModule/index.tsx:415](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L415) + +___ + +### resumeRecording + +▸ **resumeRecording**(): `Promise`<`void`\> + +#### Returns + +`Promise`<`void`\> + +#### Defined in + +[CameraKitModule/index.tsx:391](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L391) + +___ + +### startRecording + +▸ **startRecording**(`options`): `Promise`<`void`\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `options` | `RecordVideoOptions` | + +#### Returns + +`Promise`<`void`\> + +#### Defined in + +[CameraKitModule/index.tsx:375](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L375) + +___ + +### stopRecording + +▸ **stopRecording**(): `Promise`<`void`\> + +#### Returns + +`Promise`<`void`\> + +#### Defined in + +[CameraKitModule/index.tsx:407](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L407) + +___ + +### takePhoto + +▸ **takePhoto**(`options?`): `Promise`<`void`\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `options?` | `TakePhotoOptions` | + +#### Returns + +`Promise`<`void`\> + +#### Defined in + +[CameraKitModule/index.tsx:258](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L258) + +___ + +### zoom + +▸ **zoom**(`factor`): `Promise`<`void`\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `factor` | `number` | + +#### Returns + +`Promise`<`void`\> + +#### Defined in + +[CameraKitModule/index.tsx:274](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L274) diff --git a/documentation/docs/api/index.md b/documentation/docs/api/index.md index 1993f72..e2d4016 100644 --- a/documentation/docs/api/index.md +++ b/documentation/docs/api/index.md @@ -10,10 +10,13 @@ custom_edit_url: null - [CameraCaptureError](classes/CameraCaptureError.md) - [CameraRuntimeError](classes/CameraRuntimeError.md) +- [default](classes/default.md) ## Interfaces - [ErrorWithCause](interfaces/ErrorWithCause.md) +- [Lens](interfaces/Lens.md) +- [VideoMetadata](interfaces/VideoMetadata.md) ## Type Aliases @@ -23,7 +26,52 @@ custom_edit_url: null #### Defined in -[CameraKitModule/CameraError.ts:53](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L53) +[CameraKitModule/CameraError.ts:53](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L53) + +___ + +### CameraPermissionRequestStatus + +Ƭ **CameraPermissionRequestStatus**: ``"authorized"`` \| ``"denied"`` + +#### Defined in + +[CameraPermissionsModule/index.ts:15](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraPermissionsModule/index.ts#L15) + +___ + +### CameraPermissionStatus + +Ƭ **CameraPermissionStatus**: ``"authorized"`` \| ``"not-determined"`` \| ``"denied"`` \| ``"restricted"`` + +#### Defined in + +[CameraPermissionsModule/index.ts:17](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraPermissionsModule/index.ts#L17) + +___ + +### CameraPreset + +Ƭ **CameraPreset**: ``"cif-352x288"`` \| ``"hd-1280x720"`` \| ``"hd-1920x1080"`` \| ``"hd-3840x2160"`` \| ``"high"`` \| ``"iframe-1280x720"`` \| ``"iframe-960x540"`` \| ``"input-priority"`` \| ``"low"`` \| ``"medium"`` \| ``"photo"`` \| ``"vga-640x480"`` + +Indicates the quality level or bit rate of the output. + +* `"cif-352x288"`: Specifies capture settings suitable for CIF quality (352 x 288 pixel) video output +* `"hd-1280x720"`: Specifies capture settings suitable for 720p quality (1280 x 720 pixel) video output. +* `"hd-1920x1080"`: Capture settings suitable for 1080p-quality (1920 x 1080 pixels) video output. +* `"hd-3840x2160"`: Capture settings suitable for 2160p-quality (3840 x 2160 pixels, "4k") video output. +* `"high"`: Specifies capture settings suitable for high-quality video and audio output. +* `"iframe-1280x720"`: Specifies capture settings to achieve 1280 x 720 quality iFrame H.264 video at about 40 Mbits/sec with AAC audio. +* `"iframe-960x540"`: Specifies capture settings to achieve 960 x 540 quality iFrame H.264 video at about 30 Mbits/sec with AAC audio. +* `"input-priority"`: Specifies that the capture session does not control audio and video output settings. +* `"low"`: Specifies capture settings suitable for output video and audio bit rates suitable for sharing over 3G. +* `"medium"`: Specifies capture settings suitable for output video and audio bit rates suitable for sharing over WiFi. +* `"photo"`: Specifies capture settings suitable for high-resolution photo quality output. +* `"vga-640x480"`: Specifies capture settings suitable for VGA quality (640 x 480 pixel) video output. + +#### Defined in + +[CameraKitModule/index.tsx:69](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L69) ___ @@ -33,7 +81,7 @@ ___ #### Defined in -[CameraKitModule/CameraError.ts:30](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L30) +[CameraKitModule/CameraError.ts:30](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L30) ___ @@ -43,7 +91,7 @@ ___ #### Defined in -[CameraKitModule/CameraError.ts:10](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L10) +[CameraKitModule/CameraError.ts:10](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L10) ___ @@ -53,7 +101,7 @@ ___ #### Defined in -[CameraKitModule/CameraError.ts:20](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L20) +[CameraKitModule/CameraError.ts:20](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L20) ___ @@ -63,7 +111,7 @@ ___ #### Defined in -[CameraKitModule/CameraError.ts:19](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L19) +[CameraKitModule/CameraError.ts:19](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L19) ___ @@ -73,7 +121,7 @@ ___ #### Defined in -[CameraKitModule/CameraError.ts:4](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L4) +[CameraKitModule/CameraError.ts:4](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L4) ___ @@ -83,7 +131,7 @@ ___ #### Defined in -[CameraKitModule/CameraError.ts:1](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L1) +[CameraKitModule/CameraError.ts:1](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L1) ___ @@ -93,7 +141,7 @@ ___ #### Defined in -[CameraKitModule/CameraError.ts:25](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L25) +[CameraKitModule/CameraError.ts:25](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L25) ___ @@ -103,7 +151,7 @@ ___ #### Defined in -[CameraKitModule/CameraError.ts:52](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L52) +[CameraKitModule/CameraError.ts:52](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L52) ___ @@ -113,10 +161,79 @@ ___ #### Defined in -[CameraKitModule/CameraError.ts:54](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L54) +[CameraKitModule/CameraError.ts:54](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L54) + +## Variables + +### CameraPermissionManager + +• **CameraPermissionManager**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `getCameraPermissionStatus` | () => `Promise`<[`CameraPermissionStatus`](#camerapermissionstatus)\> | +| `getMicrophonePermissionStatus` | () => `Promise`<[`CameraPermissionStatus`](#camerapermissionstatus)\> | +| `requestCameraPermission` | () => `Promise`<[`CameraPermissionRequestStatus`](#camerapermissionrequeststatus)\> | +| `requestMicrophonePermission` | () => `Promise`<[`CameraPermissionRequestStatus`](#camerapermissionrequeststatus)\> | + +#### Defined in + +[CameraPermissionsModule/index.ts:23](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraPermissionsModule/index.ts#L23) + +___ + +### VideoUtils + +• **VideoUtils**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `getMetadata` | (`path`: `String`) => `Promise`<[`VideoMetadata`](interfaces/VideoMetadata.md)\> | + +#### Defined in + +[VideoUtilsModule/index.ts:61](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/VideoUtilsModule/index.ts#L61) ## Functions +### getMetadata + +▸ **getMetadata**(): `Promise`<`Meta`\> + +#### Returns + +`Promise`<`Meta`\> + +#### Defined in + +[CameraKitModule/index.tsx:454](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L454) + +___ + +### init + +▸ **init**(`options`): `void` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `options` | `InitOptions` | + +#### Returns + +`void` + +#### Defined in + +[CameraKitModule/index.tsx:450](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/index.tsx#L450) + +___ + ### isErrorWithCause ▸ **isErrorWithCause**(`error`): error is ErrorWithCause @@ -137,7 +254,7 @@ error is ErrorWithCause #### Defined in -[CameraKitModule/CameraError.ts:182](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L182) +[CameraKitModule/CameraError.ts:182](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L182) ___ @@ -169,4 +286,4 @@ A [`CameraRuntimeError`](classes/CameraRuntimeError.md) or [`CameraCaptureError` #### Defined in -[CameraKitModule/CameraError.ts:210](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L210) +[CameraKitModule/CameraError.ts:210](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L210) diff --git a/documentation/docs/api/interfaces/ErrorWithCause.md b/documentation/docs/api/interfaces/ErrorWithCause.md index 66b4a62..c8df43f 100644 --- a/documentation/docs/api/interfaces/ErrorWithCause.md +++ b/documentation/docs/api/interfaces/ErrorWithCause.md @@ -21,7 +21,7 @@ Optional additional cause for nested errors #### Defined in -[CameraKitModule/CameraError.ts:101](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L101) +[CameraKitModule/CameraError.ts:101](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L101) ___ @@ -36,7 +36,7 @@ The native error's code. #### Defined in -[CameraKitModule/CameraError.ts:66](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L66) +[CameraKitModule/CameraError.ts:66](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L66) ___ @@ -51,7 +51,7 @@ Optional additional details #### Defined in -[CameraKitModule/CameraError.ts:87](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L87) +[CameraKitModule/CameraError.ts:87](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L87) ___ @@ -66,7 +66,7 @@ The native error's domain. #### Defined in -[CameraKitModule/CameraError.ts:73](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L73) +[CameraKitModule/CameraError.ts:73](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L73) ___ @@ -81,7 +81,7 @@ The native error description #### Defined in -[CameraKitModule/CameraError.ts:80](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L80) +[CameraKitModule/CameraError.ts:80](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L80) ___ @@ -96,4 +96,4 @@ Optional Java stacktrace #### Defined in -[CameraKitModule/CameraError.ts:94](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/51f1638/src/CameraKitModule/CameraError.ts#L94) +[CameraKitModule/CameraError.ts:94](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/CameraError.ts#L94) diff --git a/documentation/docs/api/interfaces/Lens.md b/documentation/docs/api/interfaces/Lens.md new file mode 100644 index 0000000..88dfffc --- /dev/null +++ b/documentation/docs/api/interfaces/Lens.md @@ -0,0 +1,81 @@ +--- +id: "Lens" +title: "Interface: Lens" +sidebar_label: "Lens" +sidebar_position: 0 +custom_edit_url: null +--- + +## Properties + +### facingPreference + +• **facingPreference**: `CameraPosition` + +#### Defined in + +[CameraKitModule/interfaces/Lens.ts:27](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/interfaces/Lens.ts#L27) + +___ + +### groupId + +• **groupId**: `string` + +#### Defined in + +[CameraKitModule/interfaces/Lens.ts:25](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/interfaces/Lens.ts#L25) + +___ + +### icons + +• **icons**: `Image`[] + +#### Defined in + +[CameraKitModule/interfaces/Lens.ts:28](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/interfaces/Lens.ts#L28) + +___ + +### id + +• **id**: `string` + +#### Defined in + +[CameraKitModule/interfaces/Lens.ts:24](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/interfaces/Lens.ts#L24) + +___ + +### name + +• **name**: `string` + +#### Defined in + +[CameraKitModule/interfaces/Lens.ts:26](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/interfaces/Lens.ts#L26) + +___ + +### previews + +• **previews**: `Image`[] + +#### Defined in + +[CameraKitModule/interfaces/Lens.ts:29](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/interfaces/Lens.ts#L29) + +___ + +### vendorData + +• **vendorData**: `Object` + +#### Index signature + +▪ [key: `string`]: `string` + +#### Defined in + +[CameraKitModule/interfaces/Lens.ts:30](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/CameraKitModule/interfaces/Lens.ts#L30) diff --git a/documentation/docs/api/interfaces/VideoMetadata.md b/documentation/docs/api/interfaces/VideoMetadata.md new file mode 100644 index 0000000..0dca6e0 --- /dev/null +++ b/documentation/docs/api/interfaces/VideoMetadata.md @@ -0,0 +1,111 @@ +--- +id: "VideoMetadata" +title: "Interface: VideoMetadata" +sidebar_label: "VideoMetadata" +sidebar_position: 0 +custom_edit_url: null +--- + +## Properties + +### audioCodec + +• **audioCodec**: `string` + +Audio codec. + +**`Platform`** + +Android + +#### Defined in + +[VideoUtilsModule/index.ts:41](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/VideoUtilsModule/index.ts#L41) + +___ + +### duration + +• **duration**: `number` + +Duration of the video in seconds. + +#### Defined in + +[VideoUtilsModule/index.ts:34](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/VideoUtilsModule/index.ts#L34) + +___ + +### frameRate + +• **frameRate**: `number` + +The average framerate (in frames/sec). + +#### Defined in + +[VideoUtilsModule/index.ts:29](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/VideoUtilsModule/index.ts#L29) + +___ + +### height + +• **height**: `number` + +Video height. + +#### Defined in + +[VideoUtilsModule/index.ts:58](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/VideoUtilsModule/index.ts#L58) + +___ + +### path + +• **path**: `string` + +The path of the file. + +#### Defined in + +[VideoUtilsModule/index.ts:19](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/VideoUtilsModule/index.ts#L19) + +___ + +### size + +• **size**: `number` + +File size in bytes. + +#### Defined in + +[VideoUtilsModule/index.ts:24](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/VideoUtilsModule/index.ts#L24) + +___ + +### videoCodec + +• **videoCodec**: `string` + +Video codec. + +**`Platform`** + +Android + +#### Defined in + +[VideoUtilsModule/index.ts:48](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/VideoUtilsModule/index.ts#L48) + +___ + +### width + +• **width**: `number` + +Video width. + +#### Defined in + +[VideoUtilsModule/index.ts:53](https://github.com/popile-media/react-native-snapchat-camera-kit/blob/970158e/src/VideoUtilsModule/index.ts#L53) diff --git a/documentation/docusaurus.config.js b/documentation/docusaurus.config.js index 05c47ea..a5c589a 100644 --- a/documentation/docusaurus.config.js +++ b/documentation/docusaurus.config.js @@ -119,21 +119,25 @@ const config = { title: 'More', items: [ { - label: 'Offical Site', - href: 'https://ar.snap.com/camera-kit', - }, - { - label: 'Offical Documentation', - href: 'https://docs.snap.com/camera-kit/home', - }, - { - label: 'Request Access', - href: 'https://camera-kit.snapchat.com/request', - }, - { - label: 'Forum', - href: 'https://community.snap.com/snapar/categories/camera-kit', + label: 'Discussions', + href: 'https://github.com/popile-media/react-native-snapchat-camera-kit/discussions', }, + // { + // label: 'Offical Site', + // href: 'https://ar.snap.com/camera-kit', + // }, + // { + // label: 'Offical Documentation', + // href: 'https://docs.snap.com/camera-kit/home', + // }, + // { + // label: 'Request Access', + // href: 'https://camera-kit.snapchat.com/request', + // }, + // { + // label: 'Forum', + // href: 'https://community.snap.com/snapar/categories/camera-kit', + // }, ], }, ], diff --git a/documentation/src/components/HomepageFeatures/index.tsx b/documentation/src/components/HomepageFeatures/index.tsx index 0faed44..1bef557 100644 --- a/documentation/src/components/HomepageFeatures/index.tsx +++ b/documentation/src/components/HomepageFeatures/index.tsx @@ -24,19 +24,16 @@ const FeatureList: FeatureItem[] = [ Svg: require('@site/static/img/lens-studio.svg').default, description: ( <> - Easily integrate the AR into your React Native App and avoid dealing with - native development. + Easily integrate the AR into your React Native App and avoid dealing + with native development. ), }, { - title: 'Powered by Snapchat', - Svg: require('@site/static/img/snapchat-logo.svg').default, + title: 'AR Integration Made Effortless', + Svg: require('@site/static/img/logo.svg').default, description: ( - <> - The library was not written by the Snapchat Team, but we are using - Snapchat's CameraKit SDK in the background. - + <>Concentrate on your project's core objectives without distractions. ), }, ]; diff --git a/documentation/static/img/camera.png b/documentation/static/img/camera.png new file mode 100644 index 0000000000000000000000000000000000000000..06fb5187410f0ef2d8f889a7a169802d7ccd440f GIT binary patch literal 6200 zcmV-87{}*{P)004R>004l5008;`004mK004C`008P>0026e000+ooVrmw000-m zNklnrD3KCxIIO_4Zz82cwBN zg8D4o7S^4VccmM(K2PZej;49ep;!}pzq3%FGp%F>qwYFW{#vL^%M=o}+54T5 z!lj%KRAVeE#I52aZXNg<+tMhUkWEYCV0uvDaC^@)P^AkTP;VKtPOeD&huELSEN$?4 zCQCvbnBk0_3Y6Hpo{rBmj=y4ZA_PZbXQ;$IjZ(vQlJkY=lqaq=^+kF>9RINQJvA6T znAgB56`R@*?@p)QhA(o>#l-Xp*E6_8;g)BTLc)A|?{R~zrE@O$Rkc;8or^+QA{7Ce zc?;X(WA5=uEO1n2wLrYx-hUOrVVL*z4CD7-r_F{JZ*gGGLdQnA&a&`domSbcTPaA} z2q5GeO7Fn7bE`yTsKtulSo%xsDI1io(UR1z5`-xRZ444lk=D%1*cSa*d5<2aNTi5| z;IvwzfF0TF7;dqR!}+hex$qG9Q7tvNrNQ6mf2Q>B%mySdtLcJcY%D;m8N7$ui-Ga7 z(mD5MOMRJ*B%lO4HhMVZ9=Oz?|LN^zq>=y*YXl_J$iWD<=U&1%{ZGQoSaXBd=>Ya< z0fe8|n8Bd=`QV6ZOMVt+M_ZYoNZ+mPgvh-bEga%N5LItS`4%Ij22P>2n7WYq`o58Z z;b$2?IHS`4zl6igT8~?%?R>E78X*{=*3Lzk)TnmOi?%dt#Y$eQhUK2o*gRB4a1^y) z?d)b&Dm_d*joDl!Nge@_YfK)h|D;3M7QCY{rhWn?*@C{<8@=c6*$BW0lrpQaAAhjY zW%jz|tH|J}W1!DQQ-r7jE#)iaK~Ui5^3S^`n8#vGr*JFbaZsiH(cGeNso5)g1RZdk zS24bEPl7Hu2|mV&+-l|nut%++Q(<^Zg9O7p8Iu~-oEW;){I!*?+NFoC>kMpYkrQuk z8gq8jAED83Gl_oJR5)sX%ikIh7|LbbpVhVoIOv%iYiiB<{2a64sCDP-2@K=|jE=ky z99O;kVb9cPGs`r(yDfmD2GoRFH2^rE3&b#|$l6c`>)s&LMx(1F*X!$o2Sd7n*{qH} zP`iDDtbGfuu993Y&&F*861|sea-lj!Ix?GZVdou`pSLMr zX$>5;W})-NP}_o&8m^}?_4c@HemGB^5cIoBbY2JDp72G5;uLA^nh%a)nY2%b+U3pq zxzZZxp^_yB;OGJ{54|_zQiItP$ZHA>y~QFBe!}#v?ef+6w8O7p{n$%}p%BZf5@?C5 zq*hsx!)@G;VEF(iTu3A;R1jloZz!G2HvO7&3$R+Io!SeKO$X#AE8yT3rQDk)a3WSYe?qv=TxXrATCl2e zN+J1ilq)Qd9@`>mmD@-Q?innaIMh6WIXuaKdxl%7Tvlk#8|rhS?L7;=2fN8aQT}VP z__+tD>fWPDS5tm$qy!v9zLP!Pz6BbC$-JSb!G8LEUgT$pcgjp{SjkJ|6Xu`PsOzDr z5TU3U(NX4kL|pwPOckoX84jlsrs^rMpZ=Iz?Rpl@fTNWDN<|pUre|I!U{`^d#>k-3 zo<+_HoM60e)h!X>pf|@_fC8pi6Mt{$@;j9d+2i)%i&J*VO6?rkLt^s9N~m4&JNFsx zRB_LazgR5N23#;C4$*!-NYhKjK}dN+KZ9SK-4OTxd-1=@3>+)o7Hrq>01@VDR(6+? zs~GgQxa@h>=r@mR*iwJ>vg~v9dKa~W_xVONBw(nWT9sWr?sYgO{)8Pyzj?fHKv6ZQ z;AW@LWVX6z$=wSdj!+vc_MgVD8_?B6K<=LC-Dvc?$6qd%B%a_Tti~g8?dO)m`%Kcp z4I$qh8cU>qr|wP`~NR0)6z)6H| zhaWl7J2=|Bka(7cw?3dhzF{dKaFVLG+xM7DK8@>|-Qb=r-56_@Z#0y04HD#Mnbp67 zg@C9}2fa5^8fpngIA6m9n`y3?a|Ik3$fHeDIaNco;q+WqunZ7sSn}zh_Xgv+SFxtj z4epujdW~7Nr>O11y!_ZO^oLoM-A%cjV~YTRqmtoZ-;1V9_wo1eOyOQn*IiewDpT9} zg}&j|6^I4Pv${%l=GwZz5XzRXIfxl z7NrsG&nP|KF{15_)qs3Q4hMQ-Dkm}<@wUjI#tPeB?v%SqAB4vv z;N9i}!oy5~UEgg6!EPNOdYDxT=l5uJ4$C?2Et(BStO$fNxJnipb`H$~1P)badm8}< z?@9$nZJ^Y28~v&b=i>|G`gEBD2pp>FUht#T$E?$FUXL@o_{}phy}!*!31$i)!UM_r z5cQc-ZU`JnZhPuG2hxRIG`U$tiX`zm+rwvQuPze+;m51g(*s7pfibIN3X3M;86WUO zDO!}S6{geRbqxo^q|@<0G91)53JU;4#}1j=Rob6M<#l{$bpDjVfWVtnr{hN>;DAF_ zPpvx7wUwl8GPA}4ruOolGT#0%6cE@S{E!@1HbRtR3PP21bG?@sZQUddG!GEYm(o=- z#{~1!I6%}o5cQ=I-w(zDlb*^Tqw9n@<^ke*8i#|C%?L0X1_SjhK>)X%HY7vx>77BbgO`=HxD@HfJ6n;fttmlVdSHlUiOH0*Fb> zYKDqg?G2_XWkBYvDGu`>k$TdJvV|(oDAQb+xdS41P%*2+M!><(#KKT1^)*hmYGhrc z$SpY6f_M2R0w&JUF#r(9z3RS*)IT^83d)r^oDNlPV|r`GGyB3C$z=q~dL(_82>VxI zjyRNbG7}C*`X@*?B4*m(Y(Q#hik8_L{IlYKNE0KO)p-h)Ad;pkQe*=HT*EZyAs%;Z z6&An|nM!}PGpl-{k-2J_CUiC$KwvK&m8pC9MdEGvm{NET=GxBcdf}0J4gU8wAV8s# zws2>vn0MNgw|}~xgX5I$=kw#SRMYRIYqPH}-h__ewgIUvVL?U$`Fls3`TM{JIfeh$0A8< zZ(?6?vHxl)xL%-kWhm6iDIvn;MS6<-w+#pgwntRYpF?SLZ9}c3exBLfn#>7jwQvN9 zYTA9n5f|edHXyaME%6xdts0i?!B1u0PE#FnfHXfv>D-_?Mq2?0Qj<IT4VzPLhaC&T@m8M&PWTyZSt#*Y^Pla%j{_bQtLoLTG_)pb=;5i5b+Zi z7W2;-RR?>)0KzRs5-cSh_rHVyO56z2dkfMndZP_UtrS5^JAWb{;02MC9@k=G#k(D1 z%T$G%*?@rHC8)1TB6jlmdm_%0PYKtqNFK7Mn9@&Ox&eCNqYy$5oCe3iVTw~JH@d^B zvAMll5k5{FDvA~(u9Q=O5`xn~t1H_T6Y@gR6bn^@&-mr;NphD01jJp5sIHsI?`Jk3 z^&Xmg*D4k2$vE5}O*kEQWbL$gkX`4Qr1Z?KBG^zsl=cYI`Xx+U=H;G%Z0Zut8E>YH5=g`F+tFF)iK*}f8`WC zO+O3<#I*=XTYFT;1CYkc!K_1wg=wl(?Bj5vew9S&uW+d@&t%=BCJzeJNrzAv42bV` zM2dW%!xljjLw$E;Q~`>x?x08Xw)j^r=l-lcnn^mQf?F6a%Nrm`Eh4KU#77p5tME@{ zfTL;oa<#Stbw<;bigfjZhF#Ih(Rl&{0CXk>dGfO~81dSs)zf0l*;T5b@7IdXE^gsA z)TdSqtPmc`6Cga|Mt80t{#r}XB)PPV?NuzD?h4%wpBJqe=)y^P0>p<-4mc7fSN^_1 z^t2R_!(b`>mRg_Dl1`U~MUGdGLpBYNH}V8XuoP89rT-xQVpkwiWEOUUx~h#pc2iXM zC`#WTjZKk_0K}gsKmaIz4=IccKo?nT1R~ac`4$x%tXlk*Z_wZ1FIr6Rv2KVYr{oO~ zx4NeLm}9ehmcO?)mx43^y%SBBkXZFhX?962W&57VR!;R~Kgb&(N?Do~F;Q-n=Yecf z$il7A8GrtGx&$1ds#dQNp2+DfF9-j!bkJ%<+s9){^BH=3##alvf3I}N!19nxT{yK4 zj{DUuUwC(pjMZ=Tjtu&+PFv@EX=3>uF{?|!Lh-ZX$Y|*>T5k< zIJS!eGnYvyow+{|`+(;a2q5t{p9KAE3UP=M4q zBrk>ca<8TzQo*i@88-CDGlLk8v)uov*H=18gP_ZItI|^q6ueXIQOKqUC#TI81Rx1t zu4f{ml_D)rPnjlW^){lAw025q*lSouawWZFZvEq^m#Y8)sn^D&8{ugGRmQ%O zcpKsQIFc9^qjaTqW%^I_)8Q78tfE}i001$ExTR!(Ko=4g$jXR>KO`dc>QF(ZOZsi2 z1qAFPvV7u|T+vqGfELR_j5`ncC-uPI$N&kJlARCF$2D3jf%5z!~82$U>$6S9Jo54EPGLnt;*5wu}Z3#8A#Nh5@Isi#D z^$Z*Q^AlRT@9qKtWFyJO%5{STl&c8=NpuX`PYww8RNN%pVDQg(Eh)72t<(-8K$to} zt|bH{(b^-d@s5%48_E)nBll#3f4+EEV#&(83IdTZ5g^VwKo~+mW)K4sADYB3Ncivq zM$bbDmmtPel@XIfa;Be1Hdf^8td}-q38#>culI{aHK4ApMY=iRX=B%zp=J(2e#%ie zHt&G^LZoFasK1R45NTO;BLQTF#FrH=;U7WbsMUUR+Ji8!C296sKRU^&!#`}6v*J=JS<^T!z|h4F1d!9g_H|}R3HU$F3@e^9Mt`L7 zo|CMsijb@}v7b?}f>xVVM}#@yRt*4<8qbtC^ZhT4!KOIp_p`dwvi-)zN7Dp_nDv++ zHRSDE_<+#yQGC%NdYgtjP9##v`R8@PamM+q(S!I>P^<|YN$plI&8?KXSqunq_7ohI z2v4Pt`PVxmJ#hm#_#5)IKn)etTSu%1l%}2s!S@&_E0m5F0`dcSQFCHiP^b;NHd7+C zh@5$~RL}s%E^$Px*y0Z~(t^Ve@{vk+)T$TJk&%_$-oNsGH18OVyrZQC{6tdN`56{4 zs?;RijB6j%4(SFf)^>cLtDyO@By+b+n8_&M=Xy2;cDokI{m>LTpNlMqk(JFHW~PbU zV=zDH8Rwru?aW@6hx+s$+$x9`$z5bd?iRxIA@40&y9Ol>H(py1P9>!?_Y#(nbI3g_ zY^seC?11)CAu8E?DW*YDj};4#l4kg#;oE$J(uG@w4S)F_-fN~rQOeOy6GTGy3phHH zeGn@W2Rc3`e(sS_D^N%zv*0W2C3nfJiI9}hU+Fd3=slHVqbWfVd($84${Ah*3XQ_8 z-P193xZ3qc^CU{}a$3;~38(@8VpqF=4|%1(a;?(GHw;eWmVqzyKCOTlRuU)|yPn1> zMvl7{gi6g>FIps2lBSfJQ%O}Q*#;>naA}G{vm;k59S^dy z>&=oVL7Lp2HuO59ziEzjpcKRLc;J&=r*tuAJ@F>TwtNA?yZ{;oMVj#Qv7qU3epb|! zZq?CZey(*rfza~qNC{{-BsrPQ>P}YFZr^WBk|!11GUAfW9IpmAO-|}ZZ^0~q52c$; zvQH{_UuwspDeUTPBdfwJBsd(e*ejPqmzuL$sMI-M=NL@Fp1zTWJC9VkjDHTZQ4V|D zQIqB$gxd+z=}$~;{C8R!2pTrY-Ra%f&)O&UH*ZDpI%bVoqMmyaG<=G+bWf(f#X9SV zp$_J)87lLQ}Q3}hsmjg*REnXd)m8(ny!$p6Ft*H2W)#lSE?G;A35xU@5_#m7KA%vW-_7dhp2rHrB z?-eZu7dl0X_*qzAt!n4Is0j}3KwD-7-UF|46tF3o{4BFh%`m7h^~_Mrq~8e-V-|ch zw>W%>z5l5}xsG{D4GR59ux*EHvpoNzr8rtCd49~6dJnH7{@xrHIx-Yd&U?4PNQmVQ6b$=)N2 zDO~EFovIZ-y#ordVtaq`LeXM)r*k>jeXh#!2-waq6nojbVv|ia*<_PVHrZs8n*JZ1 WKUg2Hpkl}X0000))RM literal 0 HcmV?d00001 diff --git a/documentation/static/img/favicon.ico b/documentation/static/img/favicon.ico index 6398b5e847a2843e80119a0beaa18fd26f12288f..bff5d1d51858401b4b16478e519f08df71d1554a 100644 GIT binary patch literal 4286 zcmeH~%W5J~5Qbag&I_{|L=hu`jxGk>NHzf zuEg}^e!lCw!7$`Y{>v43eSMY3$46N#7D^u;9^~ca#j{poh}C&ufaOP~)2TF@P08o; zlF4K&?e%)H*=$^)@DXFr0Rt>Bj}hW>xty5i^DixxO7i^t>2x~MZnve|?aJ-#t?c)ESAKlN5K9iZV1PwUV8h`i>{X#qP_g7KmrE7; z_Vy;|p{!ObK@Y_q4+dE9gAIq9aAw#$VyWMWlia7LCm9R|Qms~%GREd4V1NZC*l@Us z7r*AMR4Q_IcBU}FWsJ?K4nO?#O*WfVxHmU9*8JUg;kK(&9q@xi9N2KUiS8fviF1UE z$73m%%YV!_oleWe#f5}IA*GD5=~}3R9C8t`!1U^0V!1!)BkE?}#bVLIO(v7l@AqXs zpUZGKwD=ig!$*v+gIqAc0`r*riyE}p&jWM3zrUB=Zl~PLP0wG?ll~)ySZeS(Z<@#L zY3D!ehtX(c@iW%q=e+40x2F^TdcBs(WFoa%&01&1*zkQ8f1}ZmySqENy1J4`Bw}&v zy~c)*7-CPo{_%KRqS2_u3tzonS8A_^7-CP&ujd(y#pL?>TCF$d8D;IU;nQ&+<^Naz zfytfAdyIY7!WbJqJHOxlJNEubrBbTbXS120^gTAs{n7i!@BN!dBm}kd9=-=yn`7@^ zr+(9G%+u{X;B@cnJU{*D#ji1S9jAW(2L1gJ^!FF*8|3$=-d}16>ib*Q5ajZ(Jr( zib$%K*hL4MSz9Id!SMa*?K*{%Y*CRJ7OS<$ynMxbDXSiAPkv<0S<|Bh=d}bn*ud6e zwG_cuVj+nu4DUe^8KWZeaqwulZkM#q;7 zANT?TSPG_K2Wm1-vZf?cMqKQov}L*P#@Ft-s{gKs$@#lmhJR%WMP}{c3k+ZZ6WErF z48I{*)6&Qm9hH!lds}17!FQMje{u5-O)_bT8jF?=eb5UAu*`x9Y-^fXli!*uyLMul zEOvWE+@9B_-F)J&h3)*!jeX%F69hcy)3P0MV*oQfYw>ns*35zAh%A|z=J={zZDD7J z=8s#!mpO2W$a7fhH=Mkyo>y!tR|L;G=~Lo>4e}2kH6Hi~rfJREewl|`Fwb)v=44Uc zos_;LyCU+)@o92R{p%}uVO;~9_|iU3c=-UQ*6ilhWn1{8rY0VBxfH=O`k;diY~iEC ztHvNW(T5s2eeune=H<7~%K`Xh-$te8-{T1X>U&Qvb$ypu|M?k?e!iY}R9ExICr@(g zXP@%q!~}ac^g#z3*hbgZE55)`@*wjQ-rmKj`70gZn!671oT(#=so;qo-H#(~dxe@ z7j|<`cXz1tiYKi(lHM|<_&A8XOzQ_p5XgSO1ZDM zH)ss7fo=Ga<4oP7^VcExg~JwM%n6BKT{{>5U_;}FTv_)b&s@9aHwNe`>*^F+5+Bd{ zS8*1?FFC-xg};52i?&tp)hk#0@X%0 zuDQ9H3pZ|5e3bK39sB>_Pu%ww=RUKASFL}NT~4Rp@k94O;Raq>vWekyUHB0E%z@eg$VxX<5}EjS}R=f&I@ \ No newline at end of file + + + + \ No newline at end of file diff --git a/documentation/static/img/snapchat-logo.svg b/documentation/static/img/snapchat-logo.svg deleted file mode 100644 index e2c7146..0000000 --- a/documentation/static/img/snapchat-logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file