-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
159 lines (159 loc) · 3.43 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "apexify.js",
"version": "3.3.7",
"description": "Ai and Canvas library. Supports typescript and javascript",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"start": "node ./dist/index.js",
"dev": " ts-node ./lib/index.ts"
},
"keywords": [
"manipulation",
"node-charts",
"canvas-charts",
"pixman",
"cairo",
"image",
"html5",
"pdf",
"napi-rs",
"NAPI",
"N-API",
"Rust",
"node-addon",
"node-addon-api",
"svg",
"skia",
"canvas-node",
"line charts",
"pie charts",
"bar charts",
"crop",
"crop images",
"cropping",
"canvas crop",
"canvas-crop",
"canvas-cropper",
"custom crop",
"cropper",
"custom cropper",
"charts",
"images",
"graphic",
"graphics",
"@napi-rs/canvas",
"@napi-rs",
"napi",
"napi-rs",
"pdf reader",
"canvas",
"no-nsfw",
"nsfw",
"canvas themes",
"jimp",
"easy canvas",
"siple canvas",
"image manipulation",
"filters",
"image resize",
"image converter",
"image extentions",
"voiceMessages",
"voice",
"ai",
"chat bot",
"image",
"ai generator",
"image generator",
"canvas",
"@napi-rs/canvas",
"drawImage",
"simple-canvas",
"Paint Image",
"image extarction",
"translator",
"ai",
"chatbot",
"chatgpt",
"gpt",
"API",
"smartestchatbot",
"dalledall-e",
"text2imagetexttoimage",
"image-generator",
"midjourney",
"diffusion",
"dall-e2",
"ai-images",
"ai-images-generator",
"gpt",
"discordchat",
"chatgpt-4",
"openai",
"open-ai",
"node-canvas",
"templates",
"cards",
"drawer",
"configurator",
"configuration",
"card",
"canavs-constructor",
"typescript",
"javascript",
"utils",
"functions",
"effects",
"themes",
"filters",
"custom",
"ts",
"commonjs",
"ejs",
"es6",
"node.js",
"models",
"canvacord",
"canvafy",
"assets",
"monafy",
"chart.js",
"chart",
"charts",
"skia-canvas",
"skia",
"jpeg",
"jpg",
"png",
"svg",
"webp",
"avif",
"image converter",
"converter",
"canvas-filters"
],
"author": "zenith-79",
"license": "MIT",
"dependencies": {
"@iamtraction/google-translate": "^2.0.1",
"@napi-rs/canvas": "^0.1.51",
"apexify.js": "^3.3.6",
"api": "^6.1.1",
"gifencoder": "^2.0.1",
"hercai": "^12.2.0",
"jimp": "^0.22.12",
"pdf-parse": "^1.1.1",
"sharp": "^0.33.2",
"tesseract.js": "^5.0.5"
},
"devDependencies": {
"@types/gifencoder": "^2.0.3",
"@types/node": "^20.11.25",
"@types/pdf-parse": "^1.1.4",
"discord.js": "^14.14.1",
"typescript": "^5.4.2"
}
}