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.

4 lines (3 loc) 150 B
import { z } from "zod"; import { shortVideoSchema } from "../utils"; export declare const PortraitVideo: React.FC<z.infer<typeof shortVideoSchema>>;