UNPKG

@motion-core/motion-gpu

Version:

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

8 lines 416 B
import type { MotionGPUErrorReport } from './error-report.js'; export interface MotionGPUErrorOverlayModel { displayMessage: string; runtimeContextText: string; } /** Creates the framework-neutral text model rendered by all error overlays. */ export declare function createMotionGPUErrorOverlayModel(report: MotionGPUErrorReport): MotionGPUErrorOverlayModel; //# sourceMappingURL=error-overlay-model.d.ts.map