@snap/camera-kit
Version:
Camera Kit Web
13 lines • 541 B
TypeScript
/**
* 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