Function cursor

    • Reactive Vec tracking the page pointer in shape's SVG-root frame, via the shared window listener (N callers, one listener). init is returned before the first pointermove to avoid a first-frame jolt to (0, 0).

      Parameters

      • shape: AnyShape
      • Optionalinit: Readonly<{ x: number; y: number }>

      Returns Vec