image-cord
Version:
It is a package used to make discord bots. It sends attachments of image manipulation, Anime, nsfw, and more pictures easily without any APIs.
36 lines (35 loc) • 872 B
JSON
{
"name": "image-cord",
"version": "2.0.3",
"description": "It is a package used to make discord bots. It sends attachments of image manipulation, Anime, nsfw, and more pictures easily without any APIs.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diwasatreya/image-cord.git"
},
"keywords": [
"templates",
"canva",
"discord-bot",
"discord-images",
"discord-gifs",
"canvas-image",
"manipulation",
"memes",
"anime"
],
"author": "Supreme",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/diwasatreya/image-cord/issues"
},
"homepage": "https://github.com/diwasatreya/image-cord#readme",
"dependencies": {
"canvas": "^2.8.0",
"canvas-constructor": "^5.0.1",
"node-fetch": "^2.6.1"
}
}