UNPKG

nekos-fun

Version:

Unofficial wrapper for nekos.fun API. Provides SFW and NSFW, Anime and Real Life Images and GIFs.

12 lines (9 loc) 245 B
const neko = require('../index') async function myFunc() { // SFW Endpoint console.log(`SFW: ${await neko.sfw.hug()}`) // NSFW Endpoint console.log(`NSFW: ${await neko.nsfw.gasm()}`) } // Call your function myFunc()