UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

5 lines (4 loc) 188 B
export type LineCap = 'butt' | 'round' | 'square'; export type LineJoin = 'round' | 'bevel' | 'miter'; export declare const closePointEps = 0.0001; export declare const curveEps = 0.0001;