In-memory guide storage. Holds a list of horizontal/vertical world-space
lines that callers can pass to guideSnapStrategy (snap behavior) and
createGuidesLayer (render layer).
v1 is intentionally minimal: no undo integration, no persistence, no
batched mutation. Wrap calls in your own history-aware action if you
want guide CRUD to be undoable.
In-memory guide storage. Holds a list of horizontal/vertical world-space lines that callers can pass to
guideSnapStrategy(snap behavior) andcreateGuidesLayer(render layer).v1 is intentionally minimal: no undo integration, no persistence, no batched mutation. Wrap calls in your own history-aware action if you want guide CRUD to be undoable.