UNPKG

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

8 lines (7 loc) 314 B
import type { BLEND_MODES } from '../../shared/state/const'; /** * Builds the Canvas blend mode map for Pixi blend enums. * @returns A mapping of Pixi blend modes to canvas composite ops. * @internal */ export declare function mapCanvasBlendModesToPixi(): Record<BLEND_MODES, GlobalCompositeOperation | null>;