Skip to content

Commandtechno/dumpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Among Us Dumpy GIF Generator

but its like good and effecient (note: not pure js like https://github.com/Cynosphere/dumpy.js)

inspired by https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker but in node and good

Banner

Usage

const url = 'https://cdn.discordapp.com/emojis/839575637051703296.png' // Image to use (HTML image source)
const options = {
    size: 16, // Amount of rows and columns (Number | Default: 10)
    speed: 10, // Delay between frames in ms (Number | Default: 10)
    resolution: 512 // Width and height of the output (Number | Default: 1080)
}

dumpy(url, options)
    .then(gif => fs.writeFileSync('sus.gif', gif))
    .catch(console.log)

Use the Discord Bot

If you just want to generate images quickly, and easily you can join the server below to use the .dumpy command with the bot

Invite

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published