text2image-ai
Version:
A simple Node.js wrapper for generating AI images from text prompts with multi-language support.
43 lines (42 loc) • 1.03 kB
JSON
{
"name": "text2image-ai",
"version": "1.0.5",
"description": "A simple Node.js wrapper for generating AI images from text prompts with multi-language support.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/utkuberkaykoc/text2image-ai.git"
},
"keywords": [
"text-to-image",
"image-generator",
"ai-image",
"text2image",
"ai-art",
"image-api",
"image-ai",
"text-to-art",
"multilingual-ai",
"image-processing",
"text-art",
"image-automation",
"machine-learning",
"artificial-intelligence",
"ai-generator",
"base64-image",
"image-downloader",
"image-converter",
"node-fetch",
"deep-learning",
"ai-tools",
"free"
],
"author": "Utku Berkay Koç",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.7"
}
}