@loaders.gl/textures
Version:
Framework-independent loaders for compressed and super compressed (basis) textures
4 lines • 308 B
TypeScript
import type { GetUrl } from "./texture-api-types.js";
export declare function loadImageTextureArray(count: number, getUrl: GetUrl, options?: {}): Promise<any>;
export declare function getImageArrayUrls(count: number, getUrl: GetUrl, options?: {}): Promise<any>;
//# sourceMappingURL=load-image-array.d.ts.map