⭐ Love this project? Star the Repository!
📢 Join our WhatsApp Channel: NB SCRIPT ~
Choose your preferred package manager:
# npm
npm install nb-scraper
# yarn
yarn add nb-scraper
# pnpm
pnpm add nb-scraper
import { generatePollinationsImage } from 'nb-scraper';
const result = await generatePollinationsImage({
prompt: "a beautiful sunset over mountains",
nologo: true
});
if (result.status) {
console.log(result.data.url); // Catbox.moe URL
} else {
console.error(result.error);
}
Explore all available functions and examples:
Full API Documentation
We welcome contributions! Please read our:
Contribution Guidelines
For updates and support:
🔗 GitHub Repository
📱 WhatsApp Channel