UNPKG

@snap/camera-kit

Version:
13 lines 541 B
/** * 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