UNPKG

short-video-maker

Version:

Creates short videos for TikTok, Instagram Reels, and YouTube Shorts using the Model Context Protocol (MCP) and a REST API.

11 lines (10 loc) 303 B
import { MusicForVideo } from "../types/shorts"; import { Config } from "../config"; export declare class MusicManager { private config; private static musicList; constructor(config: Config); musicList(): MusicForVideo[]; private musicFileExist; ensureMusicFilesExist(): void; }