@nicat.dcw/text2image
v1.0.0
Published
🤞 Unofficial @pixray/text2image nodejs module
Downloads
4
Maintainers
Readme
Unofficial @pixray/text2image NodeJS Package.
Used Packages;
• Axios - for Get Data from Replicate
• Colorette - for Beautiful Colored Console Messages
Start;
const { Setup } = require("@nicat.dcw/text2image")
const pixray = new Setup({
key:"", // Enter Your Replicate API Key
debug:"", // write "true" or "false" for debugging
version:"" // Not use that 🤗
})
Generating;
pixrat.generate({
prompt:"Green Sky", // Your Imagine 🧃
drawer:"" // (Optional) Check https://replicate.com/pixray/text2image/api#input-drawer
})