UNPKG

@imgly/plugin-ai-image-generation-web

Version:

AI image generation plugin for the CE.SDK editor

18 lines (17 loc) 706 B
import { RecraftV3 } from './RecraftV3'; import { Recraft20b } from './Recraft20b'; import { GeminiFlashEdit } from './GeminiFlashEdit'; import { FluxProKontextEdit } from './FluxProKontextEdit'; import { FluxProKontextMaxEdit } from './FluxProKontextMaxEdit'; import { IdeogramV3 } from './IdeogramV3'; import { IdeogramV3Remix } from './IdeogramV3Remix'; declare const FalAi: { FluxProKontextEdit: typeof FluxProKontextEdit; FluxProKontextMaxEdit: typeof FluxProKontextMaxEdit; GeminiFlashEdit: typeof GeminiFlashEdit; IdeogramV3: typeof IdeogramV3; IdeogramV3Remix: typeof IdeogramV3Remix; Recraft20b: typeof Recraft20b; RecraftV3: typeof RecraftV3; }; export default FalAi;