UNPKG

@genwave/svgmaker-mcp

Version:

MCP server for generating, editing, and converting SVG images using SVGMaker API

3 lines (2 loc) 159 B
export declare function fetchRemotePreview(downloadUrl: string): Promise<string>; export declare function readLocalPreview(filePath: string): Promise<string>;