Optionaloptions: Omit<GuideSnapOptions<TPose>, "origin">Snap-strategy that snaps the pose's origin to the nearest guide line on
each axis when within tolerance. Each axis is considered independently:
a vertical guide (axis: 'x') constrains X, a horizontal guide
(axis: 'y') constrains Y. When multiple guides are within range on the
same axis, the closest wins.
Pair with useGuides for storage and createGuidesLayer for rendering.
Composition: combining with gridSnapStrategy is left to the
consumer in v1 — typically by picking one based on a modifier key, or
by stacking two move/resize/insert behaviors in priority order.
Snap-strategy that snaps the pose's origin to the nearest guide line on each axis when within tolerance. Each axis is considered independently: a vertical guide (
axis: 'x') constrains X, a horizontal guide (axis: 'y') constrains Y. When multiple guides are within range on the same axis, the closest wins.Pair with
useGuidesfor storage andcreateGuidesLayerfor rendering.Composition: combining with
gridSnapStrategyis left to the consumer in v1 — typically by picking one based on a modifier key, or by stacking two move/resize/insert behaviors in priority order.