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.

7 lines (6 loc) 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.logger = void 0; const config_1 = require("./config"); Object.defineProperty(exports, "logger", { enumerable: true, get: function () { return config_1.logger; } }); exports.default = config_1.logger;