UNPKG

@pixi/basis

Version:

Loader for the *.basis supercompressed texture file format. This package also ships with the transcoder!

10 lines (9 loc) 232 B
import { BasisParser } from "./BasisParser.mjs"; import { detectBasis } from "./detectBasis.mjs"; import { loadBasis } from "./loadBasis.mjs"; export { BasisParser, detectBasis, loadBasis }; //# sourceMappingURL=index.mjs.map