@imgly/plugin-ai-video-generation-web
Version:
AI video generation plugin for the CE.SDK editor
11 lines (10 loc) • 367 B
TypeScript
export type { EachLabsClient } from './createEachLabsClient';
export type { EachLabsProviderConfiguration } from './createVideoProvider';
export declare const VIDEO_ASPECT_RATIO_MAP: Record<string, {
width: number;
height: number;
}>;
export declare function getVideoDimensionsFromAspectRatio(aspectRatio: string): {
width: number;
height: number;
};