Memer API is a powerful module that allows you to manipulate images very easily.
Current API latency from input to return finished Image: 300-500ms
npm install memer-api
const Meme = require("meme-api");
const memer = new Meme();
memer.<Method>(<Options>); //returns -> Promise -> <Buffer>
Join our Discord Server for Support
Check out the Example Discord Bot Repository, if you are stuck;)
- Super simple
- Easy to use
- More than 40 methods.
- Beginner-friendly
- Great Support
- Flexible
const Meme = require("meme-api"), Discord = require("discord.js"), memer = new Meme();
const avatar = "https://imgur.com/I5DmdNR.png"; //only static images supported / works! no gifs / videos
memer.jail(avatar).then(jail=> {
//now you have a "BUFFER", for Discord create an attachment
//var attachment = new Discord.MessageAttachment(image, "bed.png");
//<Channel>.send(attachment)
})
WRAPPER BASED FROM SNOWFLAKES API WRAPPER
Made by: @shinchanOP, Maintained by: @Tomato6966 & @shinchanOP