UNPKG

image-genv3

Version:

## Description `image-genv3` is an AI-powered image generation package that allows users to create stunning visuals based on text prompts. It simplifies the process of generating AI-driven artwork and is easy to integrate into your JavaScript or Node.js p

9 lines (7 loc) 246 B
const rexzimagine = require("./index"); async function main() { const prompt = "A futuristic cyberpunk cityscape with neon lights and flying cars."; const result = await rexzimagine.response(prompt); console.log(result); } main();