-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.mjs
56 lines (56 loc) · 1.29 KB
/
metadata.mjs
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
export const INDEX = [
// ? Experiment 006 - CellAuto
{
id: "svg-experiment-006",
class: "item",
name: "CellAuto",
title: "Parameterized one-dimensional cellular automaton.",
color: "salmon",
stroke: "cyan",
},
// ? Experiment 005 - PseuDoF
{
id: "svg-experiment-005",
class: "item",
name: "PseuDoF",
title: "Interactive pseudo Depth of Field effect.",
color: "crimson",
stroke: "yellow",
},
// ? Experiment 004 - MPHS DSGN
{
id: "svg-experiment-004",
class: "item",
name: "MPHS DSGN",
title: "Abstract Memphis Design (80s feelings).",
color: "darkcyan",
stroke: "lightgreen",
},
// ? Experiment 003 - Bokeh
{
id: "svg-experiment-003",
class: "item",
name: "Bokeh",
title: "Interactive Bokeh effect with parallax illusion.",
color: "coral",
stroke: "white",
},
// ? Experiment 002 - grā-dē-ənt
{
id: "svg-experiment-002",
class: "item",
name: "grā-dē-ənt",
title: "Horizontal gradient lines.",
color: "darkslategray",
stroke: "bisque",
},
// ? Experiment 001 - ConcentriX
{
id: "svg-experiment-001",
class: "item",
name: "ConcentriX",
title: "Randomly rotated, inscribed and concentric squares.",
color: "black",
stroke: "white",
},
];