pixi.js
Version:
<p align="center"> <a href="https://pixijs.com" target="_blank" rel="noopener noreferrer"> <img height="150" src="https://files.pixijs.download/branding/pixijs-logo-transparent-dark.svg?v=1" alt="PixiJS logo"> </a> </p> <br/> <p align="center">
10 lines (9 loc) • 349 B
TypeScript
import type { FormatDetectionParser } from '../../assets/detections/types';
/**
* Detects if Basis textures are supported by the browser.
* This is done by checking if WebGL or WebGPU is supported.
* If either is supported, Basis textures can be used.
* @category assets
* @internal
*/
export declare const detectBasis: FormatDetectionParser;