📌 1.0.0

This commit is contained in:
2020-06-14 23:29:40 +02:00
parent f1efbc6dac
commit 13c709744f
32 changed files with 812 additions and 559 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "discord-image-generation",
"version": "0.1.14",
"version": "1.0.0",
"description": "discord-image-generation is a powerfull module that allow you to generate awesome images.",
"main": "src/index.js",
"scripts": {
"test": "node test/index.js"
"test": "node src/index.js"
},
"author": "Mr¤KayJayDee <killian.dalcin@gmail.com> (https://github.com/Mr-KayJayDee)",
"license": "MIT",
@@ -21,11 +21,16 @@
"images",
"generation",
"gif",
"manipulation"
"manipulation",
"canvas",
"jimp",
"photo",
"picture",
"drawing"
],
"dependencies": {
"canvas": "^2.6.1",
"gifencoder": "^2.0.1",
"jimp": "^0.12.1"
"jimp": "^0.13.0"
}
}