UNPKG

pixi.js

Version:

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

10 lines (7 loc) 183 B
'use strict'; "use strict"; const closePointEps = 1e-4; const curveEps = 1e-4; exports.closePointEps = closePointEps; exports.curveEps = curveEps; //# sourceMappingURL=const.js.map