@imgly/plugin-ai-image-generation-web
Version:
AI image generation plugin for the CE.SDK editor
36 lines (35 loc) • 1.55 kB
TypeScript
import { RecraftV3 } from './RecraftV3';
import { Recraft20b } from './Recraft20b';
import { GeminiFlash25 } from './GeminiFlash25';
import { Gemini25FlashImageEdit } from './Gemini25FlashImageEdit';
import { GeminiFlashEdit } from './GeminiFlashEdit';
import { FluxProKontextEdit } from './FluxProKontextEdit';
import { FluxProKontextMaxEdit } from './FluxProKontextMaxEdit';
import { IdeogramV3 } from './IdeogramV3';
import { IdeogramV3Remix } from './IdeogramV3Remix';
import { QwenImageEdit } from './QwenImageEdit';
import { NanoBanana } from './NanoBanana';
import { NanoBananaEdit } from './NanoBananaEdit';
import { NanoBananaPro } from './NanoBananaPro';
import { NanoBananaProEdit } from './NanoBananaProEdit';
import { SeedreamV4 } from './SeedreamV4';
import { SeedreamV4Edit } from './SeedreamV4Edit';
declare const FalAi: {
FluxProKontextEdit: typeof FluxProKontextEdit;
FluxProKontextMaxEdit: typeof FluxProKontextMaxEdit;
Gemini25FlashImageEdit: typeof Gemini25FlashImageEdit;
GeminiFlash25: typeof GeminiFlash25;
GeminiFlashEdit: typeof GeminiFlashEdit;
IdeogramV3: typeof IdeogramV3;
IdeogramV3Remix: typeof IdeogramV3Remix;
QwenImageEdit: typeof QwenImageEdit;
NanoBanana: typeof NanoBanana;
NanoBananaEdit: typeof NanoBananaEdit;
NanoBananaPro: typeof NanoBananaPro;
NanoBananaProEdit: typeof NanoBananaProEdit;
Recraft20b: typeof Recraft20b;
RecraftV3: typeof RecraftV3;
SeedreamV4: typeof SeedreamV4;
SeedreamV4Edit: typeof SeedreamV4Edit;
};
export default FalAi;