-
Notifications
You must be signed in to change notification settings - Fork 0
/
map.go
96 lines (94 loc) · 3.13 KB
/
map.go
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
// Code generated by internal/generate/main.go; DO NOT EDIT.
package spinner
// Map contains all Spinner vars, with the key being the Spinner name.
// It allows an app to embed every Spinner, and let the user configure their favorite.
var Map = map[string]Spinner{
"dots": Dots,
"dots2": Dots2,
"dots3": Dots3,
"dots4": Dots4,
"dots5": Dots5,
"dots6": Dots6,
"dots7": Dots7,
"dots8": Dots8,
"dots9": Dots9,
"dots10": Dots10,
"dots11": Dots11,
"dots12": Dots12,
"dots13": Dots13,
"dots14": Dots14,
"dots8Bit": Dots8Bit,
"dotsCircle": DotsCircle,
"sand": Sand,
"line": Line,
"line2": Line2,
"pipe": Pipe,
"simpleDots": SimpleDots,
"simpleDotsScrolling": SimpleDotsScrolling,
"star": Star,
"star2": Star2,
"flip": Flip,
"hamburger": Hamburger,
"growVertical": GrowVertical,
"growHorizontal": GrowHorizontal,
"balloon": Balloon,
"balloon2": Balloon2,
"noise": Noise,
"bounce": Bounce,
"boxBounce": BoxBounce,
"boxBounce2": BoxBounce2,
"triangle": Triangle,
"binary": Binary,
"arc": Arc,
"circle": Circle,
"squareCorners": SquareCorners,
"circleQuarters": CircleQuarters,
"circleHalves": CircleHalves,
"squish": Squish,
"toggle": Toggle,
"toggle2": Toggle2,
"toggle3": Toggle3,
"toggle4": Toggle4,
"toggle5": Toggle5,
"toggle6": Toggle6,
"toggle7": Toggle7,
"toggle8": Toggle8,
"toggle9": Toggle9,
"toggle10": Toggle10,
"toggle11": Toggle11,
"toggle12": Toggle12,
"toggle13": Toggle13,
"arrow": Arrow,
"arrow2": Arrow2,
"arrow3": Arrow3,
"bouncingBar": BouncingBar,
"bouncingBall": BouncingBall,
"smiley": Smiley,
"monkey": Monkey,
"hearts": Hearts,
"clock": Clock,
"earth": Earth,
"material": Material,
"moon": Moon,
"runner": Runner,
"pong": Pong,
"shark": Shark,
"dqpb": Dqpb,
"weather": Weather,
"christmas": Christmas,
"grenade": Grenade,
"point": Point,
"layer": Layer,
"betaWave": BetaWave,
"fingerDance": FingerDance,
"fistBump": FistBump,
"soccerHeader": SoccerHeader,
"mindblown": Mindblown,
"speaker": Speaker,
"orangePulse": OrangePulse,
"bluePulse": BluePulse,
"orangeBluePulse": OrangeBluePulse,
"timeTravel": TimeTravel,
"aesthetic": Aesthetic,
"dwarfFortress": DwarfFortress,
}