-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.js
More file actions
57 lines (57 loc) · 1.28 KB
/
tools.js
File metadata and controls
57 lines (57 loc) · 1.28 KB
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
// Use 'var' so the dashboard can update the list in realtime without errors
var manualToolList = [
{
"name": "Reduce Image Size",
"url": "reduce_image_size.html"
},
{
"name": "Join Image",
"url": "join_image.html"
},
{
"name": "increase Img Size",
"url": "increase_img_size.html"
},
{
"name": "IMG TO PDF",
"url": "img_to_pdf.html"
},
{
"name": "PDF TO IMG",
"url": "pdf_to_img.html"
},
{
"name": "Photo Free Crop",
"url": "photo_free_crop.html"
},
{
"name": "JPEG_TO_PNG",
"url": "jpeg_to_png.html"
},
{
"name": "PNG_TO_JPG",
"url": "png_to_jpg.html"
},
{
"name": "IMG_RESIZE",
"url": "img_resize.html"
},
{
"name": "ID_CARD_CROPPER",
"url": "id_card_cropper.html",
},
{
"name": "PDF_CROPPER",
"url": "pdf_cropper.html",
},
{
"name": "PDF_EDITOR_PRO",
"url": "pdf_editor_pro.html",
},
{
"name": "EARN_MONEY",
"url": "https://s.wingoco.xyz?c=24492784",
}
// When you paste a new tool here and save the file on your server,
// it will appear on the dashboard automatically within 30 seconds!
];