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

11 lines (10 loc) 252 B
/** * Coze插件工具函数库 * 提供各种实用功能以简化Coze插件开发 */ export * from './core'; export * from './media'; export * from './vendor'; export * from './types/config'; import ffmpeg from 'fluent-ffmpeg'; export { ffmpeg };