Loading...
Loading...
Generate, search, and create images for prez presentations. AI generation via Pollinations, photo search via Unsplash/Pexels, and SVG-to-PNG rendering.
npx skill4agent add enriquefft/prez prez-imagegensearchrenderbunx prez-imagenode deck/node_modules/.bin/prez-imagebunx prez-image gen "a dark futuristic cityscape, minimal, cinematic" -o deck/public/hero.pngPOLLINATIONS_API_KEY-o, --output <path>-w, --width <px>-h, --height <px>--model <name>--seed <n>bunx prez-image search "team collaboration in modern office" -o deck/public/team.jpgUNSPLASH_ACCESS_KEYPEXELS_API_KEY-o, --output <path>--provider <name>bunx prez-image render diagram.svg -o deck/public/diagram.png-o, --output <path>-w, --width <px>deck/public/<img src="/filename.png" />bunx prez-image gen "abstract dark gradient with subtle geometric shapes" -o deck/public/bg-hero.png<Slide>
<div className="relative h-full w-full">
<img src="/bg-hero.png" className="absolute inset-0 w-full h-full object-cover" />
<div className="relative z-10 flex flex-col items-center justify-center h-full text-white">
<h1 className="text-8xl font-black">Launch Day</h1>
</div>
</div>
</Slide>bunx prez-image render /tmp/architecture.svg -o deck/public/architecture.png<Slide>
<div className="flex items-center justify-center h-full bg-white p-16">
<img src="/architecture.png" className="max-h-full" />
</div>
</Slide>deck/public/-w 1280 -h 720--seed