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.

11 lines (8 loc) 291 B
const { XHub } = require("../build/cjs/index.cjs"); const xhub = new XHub("rsnlabs_××××××××××××××××××××××××××××××"); const type = "pussy" xhub.fetch(type).then((response) => { console.log(response); }).catch((error) => { console.error(error.message); });