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.tsimport 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();LINKS
- 📃 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