starry / backend /libs /three /loaders /LoaderUtils.d.ts
k-l-lambda's picture
feat: add Python ML services (CPU mode) with model download
2b7aae2
export interface LoaderUtils {
decodeText(array: BufferSource): string;
extractUrlBase(url: string): string;
resolveURL(url: string, path: string): string;
}
export const LoaderUtils: LoaderUtils;