JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 21
  • Score
    100M100P100Q45179F
  • License GPL-3.0

An Image Manipulation API With More than 50+ commands. ReWriten in typescript

Package Exports

  • memer.ts
  • memer.ts/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (memer.ts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Memer.ts

Memer.ts is a powerful module that allows you to manipulate images very easily usable in Typescript/Javascript

Installation

npm install memer.ts
import fs from "fs/promises";
import { disability } from "memer.ts";

async function createImageFile() {
    const avatarUrl = "AvatarURL";
    const buffer = await disability(avatarUrl);

    // Write the buffer to a file called image.png
    await fs.writeFile("image.png", buffer);
    console.log("Image file created successfully.");
}

createImageFile();
  • 📃 Guide/Docs: Coming Soon
  • 💬 Discord: Coming Soon

Features

  • Super simple and easy to use.
  • More than 50+ methods (only disability as of now)
  • Easy to Implement.
  • Great support and flexible.

Credits

Image Gen: Link!
Made by: @avalynndev, @Yash094, @codeblitz97