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