@motion-core/motion-gpu
Version:
Framework-agnostic WebGPU runtime for fullscreen WGSL shaders with explicit Svelte, React, and Vue adapter entrypoints.
13 lines (12 loc) • 352 B
text/typescript
/**
* Framework-agnostic advanced MotionGPU core entrypoint.
*/
export * from './index.js';
export { applySchedulerPreset, captureSchedulerDebugSnapshot } from './scheduler-helpers.js';
export type {
ApplySchedulerPresetOptions,
MotionGPUScheduler,
SchedulerDebugSnapshot,
SchedulerPreset,
SchedulerPresetConfig
} from './scheduler-helpers.js';