UNPKG

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

Version:

AI image generation plugin for the CE.SDK editor

15 lines (14 loc) 483 B
import CreativeEditorSDK from '@cesdk/cesdk-js'; import { CustomAssetSource } from '@imgly/plugin-utils'; export declare const STYLES: { id: string; label: string; prompt: string; }[]; export declare const createStyleAssetSource: (assetSourceId: string, options: { baseURL: string; includeNone?: boolean; }) => CustomAssetSource; export declare const addStyleAssetSource: (styleAssetSource: CustomAssetSource, options: { cesdk: CreativeEditorSDK; }) => void;