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.

10 lines (9 loc) 236 B
export declare enum AvailableComponentsEnum { PortraitVideo = "ShortVideo", LandscapeVideo = "LandscapeVideo" } export type OrientationConfig = { width: number; height: number; component: AvailableComponentsEnum; };