UNPKG

@alexberriman/openai-designer-feedback

Version:

CLI tool that captures website screenshots using @alexberriman/screenshotter and provides professional web design/UX feedback via OpenAI's gpt-image-1 vision model. Focus on identifying critical issues and design errors.

6 lines (3 loc) 91 B
import { Command } from 'commander'; declare const program: Command; export { program };