UNPKG

coze-plugin-utils

Version:

Comprehensive utility library for Coze plugins with multimedia processing, browser automation, cloud storage integration, and AI-powered video/audio generation capabilities

7 lines (5 loc) 160 B
// 为多模态大模型处理媒体的工具函数 // 使用 fluent-ffmpeg export * from '../vendor/vidu'; export * from './utils'; export * from './ffmpeg';