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
Weekly downloads
124
increased by18.1%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Memer API


npm Discord Buy Me A Coffee

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('Your Cool API Token');  // From Memer API Server :)
memer.<Method>(<Options>); //returns -> Promise -> <Buffer>

Features

  • Super simple and easy to use.
  • More than 50+ methods
  • Easy to Implement.
  • Great support and flexible.

Examples

const Meme = require("memer-api")
const Discord = require("discord.js")
cosnt memer = new Meme('Your Cool API Token'); // From Memer API Server :)

const avatar = "https://imgur.com/I5DmdNR.png"; // Only static images are supported :)
const text = "Memer API is awesome!"

memer.youtube(avatar, 'Memer Api', text).then(image => {
    // This gives you a 'Buffer', for Discord to create an attachment
    
    var attachment = new Discord.MessageAttachment(image, "youtube.png");
    <channel>.send(attachment)
})

Hosting | Bittmax.de

BITTMAX Quality is their solution. Bittmax is our first and probably most important sponsor!

What they are offering:

Quality LXC & KVM (Root) Server Minecraft Hosting, as well as BungeeCord Network Hosting support Cheap and fast Domains WEBHOSTING DISCORD, TEAMSPEAK, Setups / Music Bots GAME > SERVER, Rust, Gary's Mod and so much more!

Discord : Server!

Website: Link!

Credits

Image Gen: Link!

Wrapper: Based from Snowflake's Api Wrapper

Made by: @Yash094

Preview

preview

Keywords

FAQs

Last updated on 27 Aug 2022

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