UNPKG

wp-styler-ai

Version:

Generate WordPress theme.json color palettes from images using AI-powered OCR through the OpenRouter API and Gemini Flash 2.0.

6 lines (5 loc) 169 B
export declare function ocr({ filePath, apiKey, model, }: { filePath: string; apiKey?: string; model?: "google/gemini-2.0-flash-exp:free"; }): Promise<any>;