Files
nothoughts/node_modules/pixi.js/lib/scene/graphics/shared/const.d.ts
2025-08-04 18:57:35 +02:00

5 lines
188 B
TypeScript

export type LineCap = 'butt' | 'round' | 'square';
export type LineJoin = 'round' | 'bevel' | 'miter';
export declare const closePointEps = 0.0001;
export declare const curveEps = 0.0001;