NodeOrigin

ノードの原点は、自身の座標に対する配置方法を決定します。[0, 0] は左上に、[0.5, 0.5] は中心に、[1, 1] は右下に配置されます。

export type NodeOrigin = [number, number];