UNPKG

ai-debug-local-mcp

Version:

🎯 ENHANCED AI GUIDANCE v4.1.2: Dramatically improved tool descriptions help AI users choose the right tools instead of 'close enough' options. Ultra-fast keyboard automation (10x speed), universal recording, multi-ecosystem debugging support, and compreh

13 lines • 455 B
export declare class ScreenshotOptimizer { private static readonly MAX_SIZE_BYTES; private static readonly MAX_DIMENSION; private static readonly TARGET_SIZE_BYTES; static optimizeScreenshot(buffer: Buffer, fullPage: boolean): Promise<{ buffer: Buffer; mimeType: string; wasOptimized: boolean; originalSize: number; optimizedSize: number; }>; } //# sourceMappingURL=screenshot-optimizer.d.ts.map