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

10 lines
183 B
JavaScript

'use strict';
"use strict";
const closePointEps = 1e-4;
const curveEps = 1e-4;
exports.closePointEps = closePointEps;
exports.curveEps = curveEps;
//# sourceMappingURL=const.js.map