UNPKG

@motion-core/motion-gpu

Version:

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

11 lines (10 loc) 280 B
//#region src/lib/svelte/pointer-options.svelte.ts /** * Tracks reactive pointer options from a Svelte component context. */ function watchPointerOptions(update) { $effect(update); } //#endregion export { watchPointerOptions }; //# sourceMappingURL=pointer-options.svelte.js.map