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

7 lines
137 B
JavaScript

"use strict";
const closePointEps = 1e-4;
const curveEps = 1e-4;
export { closePointEps, curveEps };
//# sourceMappingURL=const.mjs.map