UNPKG

@pixi/assets

Version:

Asset manager for PixiJS, loading resolving and Cacheing

4 lines (3 loc) 153 B
import { Texture } from '@pixi/core'; import type { CacheParser } from '../CacheParser'; export declare const cacheTextureArray: CacheParser<Texture[]>;