mirror of
https://github.com/xodio/xod.git
synced 2026-03-14 20:56:52 +01:00
5 lines
92 B
JavaScript
5 lines
92 B
JavaScript
export default ({ x, y, width, height }) => ({
|
|
x: x + width / 2,
|
|
y: y + height / 2,
|
|
});
|