Socket
Socket
Sign inDemoInstall

memer-api

Package Overview
Dependencies
2
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    memer-api

An Image Manipulation API With More than 50+ commands


Version published
Maintainers
1
Created

Readme

Source

npm Status Badge Get Started Now Open Source

forthebadge forthebadge

Memer Api - Welcome

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

Installation

npm install memer-api
const Meme = require("memer-api");
const memer = new Meme();
memer.<Method>(<Options>); //returns -> Promise -> <Buffer>

Join our Discord Server for Support

For more help view Documentation

Features

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

Examples

const Meme = require("memer-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: @Yash094, Maintained by: @Tomato6966 & @Yash094

PREVIEWS

IMAGE

IMAGE

IMAGE

Keywords

FAQs

Last updated on 06 May 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc