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

26 lines (23 loc) 578 B
declare global { namespace PixiMixins { interface RendererSystems { graphicsContext: import('./shared/GraphicsContextSystem').GraphicsContextSystem; } interface RendererPipes { graphics: import('./shared/GraphicsPipe').GraphicsPipe; } interface RendererOptions { /** * A value from 0 to 1 that controls the smoothness of bezier curves (the higher the smoother) * @default 0.5 */ bezierSmoothness: number } } } export {};