claude-web/node_modules/@interactjs/utils/center.prod.js

5 lines
222 B
JavaScript
Raw Permalink Normal View History

2026-02-23 02:23:38 +00:00
/* interact.js 1.10.27 | https://raw.github.com/taye/interact.js/main/LICENSE */
var center=t=>({x:t.left+(t.right-t.left)/2,y:t.top+(t.bottom-t.top)/2});export{center as default};
//# sourceMappingURL=center.prod.js.map