UNPKG

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

Version:

AI video generation plugin for the CE.SDK editor

11 lines (10 loc) 395 B
import { Seedance15ProText2Video } from './Seedance15Pro.text2video'; import { Seedance15ProImage2Video } from './Seedance15Pro.image2video'; declare const Bytedance: { Seedance15Pro: { Text2Video: typeof Seedance15ProText2Video; Image2Video: typeof Seedance15ProImage2Video; }; }; export default Bytedance; export type { BytedanceProviderConfiguration } from './types';