Create Among Us Dumpy GIFs in pure node.js
  • JavaScript 100%
Find a file
2021-05-28 21:40:12 -06:00
img initial progress, have frame generation so far and thats all 2021-05-26 22:23:38 -06:00
src friendship ended with sharp now jimp is my new best friend 2021-05-27 14:31:40 -06:00
.gitignore Initial commit 2021-05-26 17:20:55 -06:00
LICENSE Initial commit 2021-05-26 17:20:55 -06:00
package.json friendship ended with sharp now jimp is my new best friend 2021-05-27 14:31:40 -06:00
pnpm-lock.yaml friendship ended with sharp now jimp is my new best friend 2021-05-27 14:31:40 -06:00
README.md make readme less "hostile" and explain differences 2021-05-28 21:40:12 -06:00

dumpy.js

Create Among Us Dumpy GIFs in pure node.js

Why?

Because this one was horrible in the beginning due to language mixing (library in Java, Discord bot in Python) and reliance on Imagemagick and palettes relying on separate images.

This instead does image processing in memory, only relies on 6 images for the initial frames and can have a color palette defined without relying on files.

Installation

pnpm i --save Cynosphere/dumpy.js

Usage

const {convert} = require("dumpy");
await convert(<url, path, buffer>, <size>) // Returns buffer of GIF