@tolokoban/tgd
Version:
ToloGameDev library for WebGL2
9 lines • 366 B
TypeScript
import { TgdParserGLTransfertFormatBinary } from "../parser";
export declare function tgdLoadAssets<GLB extends string, IMG extends string>(urls: Partial<{
glb: Record<GLB, string>;
img: Record<IMG, string>;
}>): Promise<{
glb: Record<GLB, TgdParserGLTransfertFormatBinary>;
img: Record<IMG, HTMLImageElement>;
}>;
//# sourceMappingURL=asset.d.ts.map