Package detail

@pixi/basis

pixijs17.6kMIT7.4.3

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

basisu, pixi, compressed-textures, loaders

readme

@pixi/basis

This package contains the parser for *.basis files, and it also ships with the transcoder.

Installation

npm install @pixi/basis

Usage

import '@pixi/basis';

CDN Install

Via jsDelivr:

<!-- This script tag should be placed after pixi.min.js -->
<script src="https://cdn.jsdelivr.net/npm/@pixi/basis@7.x/dist/basis.min.js"></script>

Or via unpkg:

<!-- This script tag should be placed after pixi.min.js -->
<script src="https://unpkg.com/@pixi/basis@7.x/dist/basis.min.js"></script>