UNPKG

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

Version:

AI video generation plugin for the CE.SDK editor

6 lines (5 loc) 261 B
import type CreativeEditorSDK from '@cesdk/cesdk-js'; /** * Converts a blob: or buffer: URL to a data URI that Runware can accept */ export declare function convertImageUrlForRunware(imageUrl?: string, cesdk?: CreativeEditorSDK): Promise<string | undefined>;