Socket
Socket
Sign inDemoInstall

@pixi/basis

Package Overview
Dependencies
34
Maintainers
2
Versions
85
Alerts
File Explorer

Advanced tools

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!


Version published
Weekly downloads
1.2K
increased by11.96%
Maintainers
2
Install size
800 kB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 20 Mar 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc