Socket
Book a DemoInstallSign in
Socket

@pixi/basis

Package Overview
Dependencies
Maintainers
2
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/basis

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

latest
latest-7.x
Source
npmnpm
Version
7.4.3
Version published
Weekly downloads
6.7K
8.09%
Maintainers
2
Weekly downloads
 
Created
Source

@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>

Keywords

basisu

FAQs

Package last updated on 06 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts