0.0.3 • Published 3 years ago

affaibli-api v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Affaibli API Wrapper

Documentation | Discord Support Server

Basic example

const Affaibli = require('affaibli-api')
const afb = new Affaibli({
  user: '',
  token: ''
})
//Image manipulation
const blur = await afb.blur('URL')
const bobross = await afb.bobross('URL')
const circle = await afb.circle('URL')
const stonks = await afb.stonks('URL')
const notstonks = await afb.notstonks('URL')
const confusedstonks = await afb.confusedstonks('URL')
const detele = await afb.detele('URL')
const hitler = await afb.hitler('URL')
const lgbt = await afb.lgbt('URL')
const rip = await afb.rip('URL')
const superres = await afb.superres('URL')
const triggered = await afb.triggered('URL')
const mexico = await afb.mexico('URL')
const usa = await afb.usa('URL')
const ussr = await afb.ussr('URL')

//Random
const memes = await afb.memes()
const videos = await afb.videos()
0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago