Files
clawbot/skills/remotion-prompt-video/node_modules/@remotion/media-utils/dist/get-image-dimensions.d.ts
T

3 lines
131 B
TypeScript

import type { ImageDimensions } from './types';
export declare function getImageDimensions(src: string): Promise<ImageDimensions>;