New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

dumpy

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dumpy

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

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 13 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts