UNPKG

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

Version:

AI image generation plugin for the CE.SDK editor

5 lines (4 loc) 399 B
import type CreativeEditorSDK from '@cesdk/cesdk-js'; export declare function convertImageUrlForBytedance(imageUrl?: string, cesdk?: CreativeEditorSDK): Promise<string | undefined>; export declare function convertImageUrlArrayForBytedance(imageUrls?: string[], cesdk?: CreativeEditorSDK): Promise<string[] | undefined>; export declare function b64JsonToBlob(base64: string, mimeType: string): Blob;