UNPKG

image-genv3

Version:

AI-powered image generation package to create stunning visuals from text prompts.

10 lines (8 loc) 256 B
import rexzimagine from './index.js'; async function main() { const result = await rexzimagine.response({ prompt: 'A futuristic cyberpunk cityscape with neon lights and flying cars and cool srt cars', }); console.log(result); } main();