1.0.6 • Published 3 years ago

dumpy v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago