A minimal React + TypeScript + Vite app for generating and editing images using OpenAI's Image API.
Copy .env.example to .env.local and set your OpenAI API key:
cp .env.example .env.localcd openai-image-editor
npm install
npm run dev- Generate images from prompts.
- Edit images: face swap and style transfer.