UNPKG

@motion-core/motion-gpu

Version:

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

7 lines (5 loc) 190 B
declare module '*.vue' { import type { DefineComponent } from 'vue'; const component: DefineComponent<Record<string, never>, Record<string, never>, unknown>; export default component; }