14798e36f70f23aa20a3f95a1f31f9b4e5334ed6
discord-image-generation
A powerfull module that allow you to generate awesome images.
Bugs and glitches
Feel free to report all bugs and glitches by creating an issue in the issue section.
A correct and understandable issue contains :
- Steps to reproduce
- Code that summonned the error
- The complete error
You can also join me on my discord server.
Download
You can download it from npmjs.
npm i discord-image-generation
Configuration
The first step is to import the module in your code.
const DIG = require("discord-image-generation");
Available images
- .blur(
<Avatar>
,<Level(Number)>
);
- .facepalm(
<Avatar>
);
- .gay(
<Avatar>
);
- .rip(
<Avatar>
);
- .trash(
<Avatar>
);
- .circle(
<Avatar>
);
- .greyscale(
<Avatar>
);
- .kiss(
<Avatar>
,<Avatar2>
);
- .sepia(
<Avatar>
);
- .mms(
<Avatar>
);
- .spank(
<Avatar>
,<Avatar2>
);
- .color(
<Color>
);
An hex color is needed, like "#FF0000"
- .triggered(
<Avatar>
);
- .hitler(
<Avatar>
);
- .batslap(
<Avatar>
,<Avatar2>
);
- .bed(
<Avatar>
,<Avatar2>
);
- .invert(
<Avatar>
);
- .wanted(
<Avatar>
);
- .beautiful(
<Avatar>
);
- .jail(
<Avatar>
);
- .affect(
<Avatar>
);
- .delete(
<Avatar>
);
Description
Languages
JavaScript
100%