Files
story-studio/remotion/node_modules/@remotion/web-renderer/dist/check-webgl-support.d.ts
2026-02-21 10:33:18 +01:00

3 lines
127 B
TypeScript

import type { CanRenderIssue } from './can-render-types';
export declare const checkWebGLSupport: () => CanRenderIssue | null;