UNPKG

@motion-core/motion-gpu

Version:

Framework-agnostic WebGPU runtime for fullscreen WGSL shaders with explicit Svelte, React, and Vue adapter entrypoints.

7 lines (6 loc) 160 B
/** * Tracks reactive pointer options from a Svelte component context. */ export function watchPointerOptions(update: () => void): void { $effect(update); }