Removed log in Blink.js

This commit is contained in:
2020-06-15 23:28:32 +02:00
parent e8da7fae13
commit 164ea5adbd
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "discord-image-generation",
"version": "1.0.7",
"version": "1.0.8",
"description": "discord-image-generation is a powerfull module that allow you to generate awesome images.",
"main": "src/index.js",
"scripts": {

View File

@@ -32,7 +32,6 @@ module.exports = class Blink {
ctx2.drawImage(base, 0, 0, 480, 480);
GIF.addFrame(ctx2)
GIF.finish();
console.log(GIF.out.getData())
return GIF.out.getData();
}
}