@tbminiapp/pixi-basis
v6.2.1-beta.9
Published
Loader for the *.basis supercompressed texture file format. This package also ships with the transcoder!
Maintainers
Readme
@tbminiapp/pixi-basis
This package contains the loader for *.basis files, and it also ships with the transcoder.
Installation
npm install @tbminiapp/pixi-coreUsage
import { BasisLoader } from '@tbminiapp/pixi-basis';
import { Loader } from '@tbminiapp/pixi-loaders';
Loader.registerPlugin(BasisLoader);