Removed log in Blink.js

main
Killian' Dal-Cin 5 years ago
parent e8da7fae13
commit 164ea5adbd

@ -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": {

@ -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();
}
}
Loading…
Cancel
Save