@pixi/basis
Version:
Loader for the *.basis supercompressed texture file format. This package also ships with the transcoder!
5 lines (4 loc) • 318 B
TypeScript
import type { LoaderParser } from '@pixi/assets';
import type { IBaseTextureOptions, Texture } from '@pixi/core';
/** Load BASIS textures! */
export declare const loadBasis: LoaderParser<Texture<import("@pixi/core").Resource> | Texture<import("@pixi/core").Resource>[], IBaseTextureOptions<any>, Record<string, any>>;