mxsicxyz

1.1.6 • Public • Published

mxsicxyz / API

api wrapper for mxsicxyz

npm i mxsicxyz

how to use"

const mxsic = require('mxsicxyz');
const api = new mxsic()

// NSFW Endpoints
api.nsfw("thighs").then(img => {
    console.log(img)
})

// SFW Endpoints
api.sfw("pat").then(img => {
    console.log(img)
})

endpoints

|| NSFW ||

  • ass
  • boobs
  • feet
  • gifs
  • hboobs
  • hentai
  • kink
  • thighs
  • yuri

|| SFW ||

  • kiss
  • hug
  • pat

For an up to date list on endpoints visit i.mxsic.xyz

For support join our discord

Package Sidebar

Install

npm i mxsicxyz

Weekly Downloads

1

Version

1.1.6

License

MIT

Unpacked Size

3.94 kB

Total Files

5

Last publish

Collaborators

  • nyxrdev