UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

8 lines (7 loc) 294 B
import { Texture } from '../../../rendering/renderers/shared/texture/Texture'; import type { CacheParser } from '../CacheParser'; /** * Returns an object of textures from an array of textures to be cached * @memberof assets */ export declare const cacheTextureArray: CacheParser<Texture[]>;