Script Kit Logo
Script Kit
by John Lindquist
Vercel OSS Program

Scripts by canvural

AI Image Prompt Generator

canvural's avatar
Can Vural
// Name: AI Image Prompt Generator // Description: Generate customized AI image prompts with style options // Author: canvural import "@johnlindquist/kit" interface PromptStyle { name: string prefix: string suffix: string description: string } interface GeneratedPrompt { prompt: string style: string subject: string } const promptStyles: PromptStyle[] = [