Skip to content

Memer API is a powerful module that allows you to manipulate images very easily

Notifications You must be signed in to change notification settings

Milrato-Development/memer-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm

Memer Api - Welcome

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

Installation

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;)

Features

  • Super simple
  • Easy to use
  • More than 40 methods.
  • Beginner-friendly
  • Great Support
  • Flexible

Examples

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)
})

Credits

IMGEN

WRAPPER BASED FROM SNOWFLAKES API WRAPPER

Made by: @shinchanOP, Maintained by: @Tomato6966 & @shinchanOP

PREVIEWS

IMAGE

IMAGE

IMAGE

About

Memer API is a powerful module that allows you to manipulate images very easily

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.9%
  • TypeScript 45.1%