@snap/camera-kit
Version:
Camera Kit Web
15 lines • 767 B
TypeScript
import type { WasmFeatures } from "../../platform/platformCapabilities";
export declare function getBuildFlavor({ simd, relaxedSimd }: WasmFeatures, versionNumber: string): "rel-relaxed-simd-neh" | "rel-simd-neh" | "rel-neh";
/**
* Returns a list of URLs for resources which will be fetched during {@link bootstrapCameraKit}.
*
* When CameraKit is used on a website, these URLs must be reachable in order for CameraKit to be successfully
* bootstrapped.
*
* @param endpointOverride Optional endpoint override to load the assets from.
* @returns An array of asset URLs.
*
* @category Bootstrapping and Configuration
*/
export declare function getRequiredBootstrapURLs(endpointOverride?: string): Promise<string[]>;
//# sourceMappingURL=bootstrapURLs.d.ts.map