v1.2.9 Bugs fixes and nex generations

This commit is contained in:
Killian
2020-07-05 11:17:04 +02:00
parent 4f58095ba6
commit cd973a0c7f
11 changed files with 161 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "discord-image-generation",
"version": "1.1.9",
"version": "1.2.9",
"description": "discord-image-generation is a powerfull module that allow you to generate awesome images.",
"main": "src/index.js",
"scripts": {
@@ -31,6 +31,6 @@
"dependencies": {
"canvas": "^2.6.1",
"gifencoder": "^2.0.1",
"jimp": "^0.13.0"
"jimp": "^0.14.0"
}
}