Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 1.21 KB

File metadata and controls

61 lines (45 loc) · 1.21 KB

🚀 WELCOME TO NB SCRAPER DOCUMENTATION

⭐ Love this project? Star the Repository!
📢 Join our WhatsApp Channel: NB SCRIPT ~


🛠️ GETTING STARTED

Installation

Choose your preferred package manager:

# npm
npm install nb-scraper
# yarn
yarn add nb-scraper
# pnpm
pnpm add nb-scraper

Basic Usage

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);
}

Further Integrating

Explore all available functions and examples:
Full API Documentation


🤝 CONTRIBUTING

We welcome contributions! Please read our:
Contribution Guidelines


💬 SUPPORT

For updates and support:
🔗 GitHub Repository
📱 WhatsApp Channel