UNPKG

xhub-ai

Version:

XHub uses artificial intelligence to deliver categorized NSFW images with ease. Retrieve high-quality content securely using a simple API wrapper.

7 lines (5 loc) 217 B
const { XHub } = require("../build/cjs/index.cjs"); const xhub = new XHub("rsnlabs_××××××××××××××××××××××××××××××"); xhub.getCategories().then(category => { console.log(category); });