-
Notifications
You must be signed in to change notification settings - Fork 0
/
tdldl.json
53 lines (53 loc) · 1.77 KB
/
tdldl.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
{
"functionDocs": [
{
"function": "flagship",
"description": "<h1>Welcome to TDLDL</h1>"
},
{
"function": "dots",
"description": "generates a grid of random colors with some modifications based on height"
},
{
"function": "catalinaimagemixer",
"description": "<span style='color:#722F37;font-size:2em;font-weight:bolder;'>IT'S A FUCKIN' CATALINA IMAGE MIXER!!!!</span>"
},
{
"function": "altWorld",
"description": "replace every pixel with a different color<br />and keep that color to use for the same color elsewhere in the image<br />has intentional \"bug\" that it only replaces the first instance of the color<br />because actually doing every pixel looks incomprehensible"
},
{
"function": "ctrlWorld",
"description": "replace every pixel with a different color<br />and keep that color to use for the same color elsewhere in the image"
},
{
"function": "iWannaBeTheOne",
"description": "various vertical stripes"
},
{
"function": "pieslice",
"description": "",
"timeout": 120
},
{
"function": "insert_18",
"description": "",
"timeout": 60
},
{
"function": "vaporwave2By4",
"description": "",
"timeout": 60
},
{
"function": "whateverDude",
"description": "",
"timeout": 60
},
{
"function": "diagonal4Way",
"description": "",
"timeout": 45
}
]
}