UNPKG

pixi.js

Version:

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

4 lines (3 loc) 193 B
import type { TEXTURE_FORMATS } from '../const'; export declare const nonCompressedFormats: TEXTURE_FORMATS[]; export declare function getSupportedTextureFormats(): Promise<TEXTURE_FORMATS[]>;