@soederpop/luca 0.0.32 → 0.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +241 -36
- package/bun.lock +24 -5
- package/commands/build-python-bridge.ts +43 -0
- package/docs/apis/clients/rest.md +7 -7
- package/docs/apis/clients/websocket.md +23 -10
- package/docs/apis/features/agi/assistant.md +155 -8
- package/docs/apis/features/agi/assistants-manager.md +90 -22
- package/docs/apis/features/agi/auto-assistant.md +377 -0
- package/docs/apis/features/agi/browser-use.md +802 -0
- package/docs/apis/features/agi/claude-code.md +6 -1
- package/docs/apis/features/agi/conversation-history.md +7 -6
- package/docs/apis/features/agi/conversation.md +111 -38
- package/docs/apis/features/agi/docs-reader.md +35 -57
- package/docs/apis/features/agi/file-tools.md +163 -0
- package/docs/apis/features/agi/openapi.md +2 -2
- package/docs/apis/features/agi/skills-library.md +227 -0
- package/docs/apis/features/node/content-db.md +125 -4
- package/docs/apis/features/node/disk-cache.md +11 -11
- package/docs/apis/features/node/downloader.md +1 -1
- package/docs/apis/features/node/file-manager.md +15 -15
- package/docs/apis/features/node/fs.md +78 -21
- package/docs/apis/features/node/git.md +50 -10
- package/docs/apis/features/node/google-calendar.md +3 -0
- package/docs/apis/features/node/google-docs.md +10 -1
- package/docs/apis/features/node/google-drive.md +3 -0
- package/docs/apis/features/node/google-mail.md +214 -0
- package/docs/apis/features/node/google-sheets.md +3 -0
- package/docs/apis/features/node/ink.md +10 -10
- package/docs/apis/features/node/ipc-socket.md +83 -93
- package/docs/apis/features/node/networking.md +5 -5
- package/docs/apis/features/node/os.md +7 -7
- package/docs/apis/features/node/package-finder.md +14 -14
- package/docs/apis/features/node/proc.md +2 -1
- package/docs/apis/features/node/process-manager.md +70 -3
- package/docs/apis/features/node/python.md +265 -9
- package/docs/apis/features/node/redis.md +380 -0
- package/docs/apis/features/node/ui.md +13 -13
- package/docs/apis/servers/express.md +35 -7
- package/docs/apis/servers/mcp.md +3 -3
- package/docs/apis/servers/websocket.md +51 -8
- package/docs/bootstrap/CLAUDE.md +1 -1
- package/docs/bootstrap/SKILL.md +93 -7
- package/docs/examples/feature-as-tool-provider.md +143 -0
- package/docs/examples/python.md +42 -1
- package/docs/introspection.md +15 -5
- package/docs/tutorials/00-bootstrap.md +3 -3
- package/docs/tutorials/02-container.md +2 -2
- package/docs/tutorials/10-creating-features.md +5 -0
- package/docs/tutorials/13-introspection.md +12 -2
- package/docs/tutorials/19-python-sessions.md +401 -0
- package/package.json +8 -4
- package/src/agi/container.server.ts +8 -0
- package/src/agi/features/assistant.ts +18 -0
- package/src/agi/features/autonomous-assistant.ts +435 -0
- package/src/agi/features/conversation.ts +58 -6
- package/src/agi/features/file-tools.ts +286 -0
- package/src/agi/features/luca-coder.ts +643 -0
- package/src/bootstrap/generated.ts +705 -17
- package/src/cli/build-info.ts +2 -2
- package/src/cli/cli.ts +22 -13
- package/src/commands/bootstrap.ts +49 -6
- package/src/commands/code.ts +369 -0
- package/src/commands/describe.ts +7 -2
- package/src/commands/index.ts +1 -0
- package/src/commands/sandbox-mcp.ts +7 -7
- package/src/commands/save-api-docs.ts +1 -1
- package/src/container-describer.ts +4 -4
- package/src/container.ts +10 -19
- package/src/helper.ts +24 -33
- package/src/introspection/generated.agi.ts +3026 -590
- package/src/introspection/generated.node.ts +1625 -688
- package/src/introspection/generated.web.ts +15 -57
- package/src/node/container.ts +5 -0
- package/src/node/features/figlet-fonts.ts +597 -0
- package/src/node/features/fs.ts +3 -9
- package/src/node/features/helpers.ts +20 -0
- package/src/node/features/python.ts +429 -16
- package/src/node/features/redis.ts +446 -0
- package/src/node/features/ui.ts +4 -11
- package/src/python/bridge.py +220 -0
- package/src/python/generated.ts +227 -0
- package/src/scaffolds/generated.ts +1 -1
- package/test/python-session.test.ts +105 -0
- package/assistants/lucaExpert/CORE.md +0 -37
- package/assistants/lucaExpert/hooks.ts +0 -9
- package/assistants/lucaExpert/tools.ts +0 -177
|
@@ -0,0 +1,597 @@
|
|
|
1
|
+
import f0 from "figlet/importable-fonts/1Row.js";
|
|
2
|
+
import f1 from "figlet/importable-fonts/3-D.js";
|
|
3
|
+
import f2 from "figlet/importable-fonts/3D Diagonal.js";
|
|
4
|
+
import f3 from "figlet/importable-fonts/3D-ASCII.js";
|
|
5
|
+
import f4 from "figlet/importable-fonts/3x5.js";
|
|
6
|
+
import f5 from "figlet/importable-fonts/4Max.js";
|
|
7
|
+
import f6 from "figlet/importable-fonts/5 Line Oblique.js";
|
|
8
|
+
import f7 from "figlet/importable-fonts/AMC 3 Line.js";
|
|
9
|
+
import f8 from "figlet/importable-fonts/AMC 3 Liv1.js";
|
|
10
|
+
import f9 from "figlet/importable-fonts/AMC AAA01.js";
|
|
11
|
+
import f10 from "figlet/importable-fonts/AMC Neko.js";
|
|
12
|
+
import f11 from "figlet/importable-fonts/AMC Razor.js";
|
|
13
|
+
import f12 from "figlet/importable-fonts/AMC Razor2.js";
|
|
14
|
+
import f13 from "figlet/importable-fonts/AMC Slash.js";
|
|
15
|
+
import f14 from "figlet/importable-fonts/AMC Slider.js";
|
|
16
|
+
import f15 from "figlet/importable-fonts/AMC Thin.js";
|
|
17
|
+
import f16 from "figlet/importable-fonts/AMC Tubes.js";
|
|
18
|
+
import f17 from "figlet/importable-fonts/AMC Untitled.js";
|
|
19
|
+
import f18 from "figlet/importable-fonts/ANSI Regular.js";
|
|
20
|
+
import f19 from "figlet/importable-fonts/ANSI Shadow.js";
|
|
21
|
+
import f20 from "figlet/importable-fonts/ASCII New Roman.js";
|
|
22
|
+
import f21 from "figlet/importable-fonts/Acrobatic.js";
|
|
23
|
+
import f22 from "figlet/importable-fonts/Alligator.js";
|
|
24
|
+
import f23 from "figlet/importable-fonts/Alligator2.js";
|
|
25
|
+
import f24 from "figlet/importable-fonts/Alpha.js";
|
|
26
|
+
import f25 from "figlet/importable-fonts/Alphabet.js";
|
|
27
|
+
import f26 from "figlet/importable-fonts/Arrows.js";
|
|
28
|
+
import f27 from "figlet/importable-fonts/Avatar.js";
|
|
29
|
+
import f28 from "figlet/importable-fonts/B1FF.js";
|
|
30
|
+
import f29 from "figlet/importable-fonts/Banner.js";
|
|
31
|
+
import f30 from "figlet/importable-fonts/Banner3-D.js";
|
|
32
|
+
import f31 from "figlet/importable-fonts/Banner3.js";
|
|
33
|
+
import f32 from "figlet/importable-fonts/Banner4.js";
|
|
34
|
+
import f33 from "figlet/importable-fonts/Barbwire.js";
|
|
35
|
+
import f34 from "figlet/importable-fonts/Basic.js";
|
|
36
|
+
import f35 from "figlet/importable-fonts/Bear.js";
|
|
37
|
+
import f36 from "figlet/importable-fonts/Bell.js";
|
|
38
|
+
import f37 from "figlet/importable-fonts/Benjamin.js";
|
|
39
|
+
import f38 from "figlet/importable-fonts/Big Chief.js";
|
|
40
|
+
import f39 from "figlet/importable-fonts/Big Money-ne.js";
|
|
41
|
+
import f40 from "figlet/importable-fonts/Big Money-nw.js";
|
|
42
|
+
import f41 from "figlet/importable-fonts/Big Money-se.js";
|
|
43
|
+
import f42 from "figlet/importable-fonts/Big Money-sw.js";
|
|
44
|
+
import f43 from "figlet/importable-fonts/Big.js";
|
|
45
|
+
import f44 from "figlet/importable-fonts/Bigfig.js";
|
|
46
|
+
import f45 from "figlet/importable-fonts/Binary.js";
|
|
47
|
+
import f46 from "figlet/importable-fonts/Block.js";
|
|
48
|
+
import f47 from "figlet/importable-fonts/Blocks.js";
|
|
49
|
+
import f48 from "figlet/importable-fonts/Bloody.js";
|
|
50
|
+
import f49 from "figlet/importable-fonts/BlurVision ASCII.js";
|
|
51
|
+
import f50 from "figlet/importable-fonts/Bolger.js";
|
|
52
|
+
import f51 from "figlet/importable-fonts/Braced.js";
|
|
53
|
+
import f52 from "figlet/importable-fonts/Bright.js";
|
|
54
|
+
import f53 from "figlet/importable-fonts/Broadway KB.js";
|
|
55
|
+
import f54 from "figlet/importable-fonts/Broadway.js";
|
|
56
|
+
import f55 from "figlet/importable-fonts/Bubble.js";
|
|
57
|
+
import f56 from "figlet/importable-fonts/Bulbhead.js";
|
|
58
|
+
import f57 from "figlet/importable-fonts/Caligraphy.js";
|
|
59
|
+
import f58 from "figlet/importable-fonts/Caligraphy2.js";
|
|
60
|
+
import f59 from "figlet/importable-fonts/Calvin S.js";
|
|
61
|
+
import f60 from "figlet/importable-fonts/Cards.js";
|
|
62
|
+
import f61 from "figlet/importable-fonts/Catwalk.js";
|
|
63
|
+
import f62 from "figlet/importable-fonts/Chiseled.js";
|
|
64
|
+
import f63 from "figlet/importable-fonts/Chunky.js";
|
|
65
|
+
import f64 from "figlet/importable-fonts/Coinstak.js";
|
|
66
|
+
import f65 from "figlet/importable-fonts/Cola.js";
|
|
67
|
+
import f66 from "figlet/importable-fonts/Colossal.js";
|
|
68
|
+
import f67 from "figlet/importable-fonts/Computer.js";
|
|
69
|
+
import f68 from "figlet/importable-fonts/Contessa.js";
|
|
70
|
+
import f69 from "figlet/importable-fonts/Contrast.js";
|
|
71
|
+
import f70 from "figlet/importable-fonts/Cosmike.js";
|
|
72
|
+
import f71 from "figlet/importable-fonts/Cosmike2.js";
|
|
73
|
+
import f72 from "figlet/importable-fonts/Crawford.js";
|
|
74
|
+
import f73 from "figlet/importable-fonts/Crawford2.js";
|
|
75
|
+
import f74 from "figlet/importable-fonts/Crazy.js";
|
|
76
|
+
import f75 from "figlet/importable-fonts/Cricket.js";
|
|
77
|
+
import f76 from "figlet/importable-fonts/Cursive.js";
|
|
78
|
+
import f77 from "figlet/importable-fonts/Cyberlarge.js";
|
|
79
|
+
import f78 from "figlet/importable-fonts/Cybermedium.js";
|
|
80
|
+
import f79 from "figlet/importable-fonts/Cybersmall.js";
|
|
81
|
+
import f80 from "figlet/importable-fonts/Cygnet.js";
|
|
82
|
+
import f81 from "figlet/importable-fonts/DANC4.js";
|
|
83
|
+
import f82 from "figlet/importable-fonts/DOS Rebel.js";
|
|
84
|
+
import f83 from "figlet/importable-fonts/DWhistled.js";
|
|
85
|
+
import f84 from "figlet/importable-fonts/Dancing Font.js";
|
|
86
|
+
import f85 from "figlet/importable-fonts/Decimal.js";
|
|
87
|
+
import f86 from "figlet/importable-fonts/Def Leppard.js";
|
|
88
|
+
import f87 from "figlet/importable-fonts/Delta Corps Priest 1.js";
|
|
89
|
+
import f88 from "figlet/importable-fonts/DiamFont.js";
|
|
90
|
+
import f89 from "figlet/importable-fonts/Diamond.js";
|
|
91
|
+
import f90 from "figlet/importable-fonts/Diet Cola.js";
|
|
92
|
+
import f91 from "figlet/importable-fonts/Digital.js";
|
|
93
|
+
import f92 from "figlet/importable-fonts/Doh.js";
|
|
94
|
+
import f93 from "figlet/importable-fonts/Doom.js";
|
|
95
|
+
import f94 from "figlet/importable-fonts/Dot Matrix.js";
|
|
96
|
+
import f95 from "figlet/importable-fonts/Double Shorts.js";
|
|
97
|
+
import f96 from "figlet/importable-fonts/Double.js";
|
|
98
|
+
import f97 from "figlet/importable-fonts/Dr Pepper.js";
|
|
99
|
+
import f98 from "figlet/importable-fonts/Efti Chess.js";
|
|
100
|
+
import f99 from "figlet/importable-fonts/Efti Font.js";
|
|
101
|
+
import f100 from "figlet/importable-fonts/Efti Italic.js";
|
|
102
|
+
import f101 from "figlet/importable-fonts/Efti Piti.js";
|
|
103
|
+
import f102 from "figlet/importable-fonts/Efti Robot.js";
|
|
104
|
+
import f103 from "figlet/importable-fonts/Efti Wall.js";
|
|
105
|
+
import f104 from "figlet/importable-fonts/Efti Water.js";
|
|
106
|
+
import f105 from "figlet/importable-fonts/Electronic.js";
|
|
107
|
+
import f106 from "figlet/importable-fonts/Elite.js";
|
|
108
|
+
import f107 from "figlet/importable-fonts/Epic.js";
|
|
109
|
+
import f108 from "figlet/importable-fonts/Fender.js";
|
|
110
|
+
import f109 from "figlet/importable-fonts/Filter.js";
|
|
111
|
+
import f110 from "figlet/importable-fonts/Fire Font-k.js";
|
|
112
|
+
import f111 from "figlet/importable-fonts/Fire Font-s.js";
|
|
113
|
+
import f112 from "figlet/importable-fonts/Flipped.js";
|
|
114
|
+
import f113 from "figlet/importable-fonts/Flower Power.js";
|
|
115
|
+
import f114 from "figlet/importable-fonts/Four Tops.js";
|
|
116
|
+
import f115 from "figlet/importable-fonts/Fraktur.js";
|
|
117
|
+
import f116 from "figlet/importable-fonts/Fun Face.js";
|
|
118
|
+
import f117 from "figlet/importable-fonts/Fun Faces.js";
|
|
119
|
+
import f118 from "figlet/importable-fonts/Fuzzy.js";
|
|
120
|
+
import f119 from "figlet/importable-fonts/Georgi16.js";
|
|
121
|
+
import f120 from "figlet/importable-fonts/Georgia11.js";
|
|
122
|
+
import f121 from "figlet/importable-fonts/Ghost.js";
|
|
123
|
+
import f122 from "figlet/importable-fonts/Ghoulish.js";
|
|
124
|
+
import f123 from "figlet/importable-fonts/Glenyn.js";
|
|
125
|
+
import f124 from "figlet/importable-fonts/Goofy.js";
|
|
126
|
+
import f125 from "figlet/importable-fonts/Gothic.js";
|
|
127
|
+
import f126 from "figlet/importable-fonts/Graceful.js";
|
|
128
|
+
import f127 from "figlet/importable-fonts/Gradient.js";
|
|
129
|
+
import f128 from "figlet/importable-fonts/Graffiti.js";
|
|
130
|
+
import f129 from "figlet/importable-fonts/Greek.js";
|
|
131
|
+
import f130 from "figlet/importable-fonts/Heart Left.js";
|
|
132
|
+
import f131 from "figlet/importable-fonts/Heart Right.js";
|
|
133
|
+
import f132 from "figlet/importable-fonts/Henry 3D.js";
|
|
134
|
+
import f133 from "figlet/importable-fonts/Hex.js";
|
|
135
|
+
import f134 from "figlet/importable-fonts/Hieroglyphs.js";
|
|
136
|
+
import f135 from "figlet/importable-fonts/Hollywood.js";
|
|
137
|
+
import f136 from "figlet/importable-fonts/Horizontal Left.js";
|
|
138
|
+
import f137 from "figlet/importable-fonts/Horizontal Right.js";
|
|
139
|
+
import f138 from "figlet/importable-fonts/ICL-1900.js";
|
|
140
|
+
import f139 from "figlet/importable-fonts/Impossible.js";
|
|
141
|
+
import f140 from "figlet/importable-fonts/Invita.js";
|
|
142
|
+
import f141 from "figlet/importable-fonts/Isometric1.js";
|
|
143
|
+
import f142 from "figlet/importable-fonts/Isometric2.js";
|
|
144
|
+
import f143 from "figlet/importable-fonts/Isometric3.js";
|
|
145
|
+
import f144 from "figlet/importable-fonts/Isometric4.js";
|
|
146
|
+
import f145 from "figlet/importable-fonts/Italic.js";
|
|
147
|
+
import f146 from "figlet/importable-fonts/Ivrit.js";
|
|
148
|
+
import f147 from "figlet/importable-fonts/JS Block Letters.js";
|
|
149
|
+
import f148 from "figlet/importable-fonts/JS Bracket Letters.js";
|
|
150
|
+
import f149 from "figlet/importable-fonts/JS Capital Curves.js";
|
|
151
|
+
import f150 from "figlet/importable-fonts/JS Cursive.js";
|
|
152
|
+
import f151 from "figlet/importable-fonts/JS Stick Letters.js";
|
|
153
|
+
import f152 from "figlet/importable-fonts/Jacky.js";
|
|
154
|
+
import f153 from "figlet/importable-fonts/Jazmine.js";
|
|
155
|
+
import f154 from "figlet/importable-fonts/Jerusalem.js";
|
|
156
|
+
import f155 from "figlet/importable-fonts/Katakana.js";
|
|
157
|
+
import f156 from "figlet/importable-fonts/Kban.js";
|
|
158
|
+
import f157 from "figlet/importable-fonts/Keyboard.js";
|
|
159
|
+
import f158 from "figlet/importable-fonts/Knob.js";
|
|
160
|
+
import f159 from "figlet/importable-fonts/Konto Slant.js";
|
|
161
|
+
import f160 from "figlet/importable-fonts/Konto.js";
|
|
162
|
+
import f161 from "figlet/importable-fonts/LCD.js";
|
|
163
|
+
import f162 from "figlet/importable-fonts/Larry 3D 2.js";
|
|
164
|
+
import f163 from "figlet/importable-fonts/Larry 3D.js";
|
|
165
|
+
import f164 from "figlet/importable-fonts/Lean.js";
|
|
166
|
+
import f165 from "figlet/importable-fonts/Letters.js";
|
|
167
|
+
import f166 from "figlet/importable-fonts/Lil Devil.js";
|
|
168
|
+
import f167 from "figlet/importable-fonts/Line Blocks.js";
|
|
169
|
+
import f168 from "figlet/importable-fonts/Linux.js";
|
|
170
|
+
import f169 from "figlet/importable-fonts/Lockergnome.js";
|
|
171
|
+
import f170 from "figlet/importable-fonts/Madrid.js";
|
|
172
|
+
import f171 from "figlet/importable-fonts/Marquee.js";
|
|
173
|
+
import f172 from "figlet/importable-fonts/Maxfour.js";
|
|
174
|
+
import f173 from "figlet/importable-fonts/Merlin1.js";
|
|
175
|
+
import f174 from "figlet/importable-fonts/Merlin2.js";
|
|
176
|
+
import f175 from "figlet/importable-fonts/Mike.js";
|
|
177
|
+
import f176 from "figlet/importable-fonts/Mini.js";
|
|
178
|
+
import f177 from "figlet/importable-fonts/Mirror.js";
|
|
179
|
+
import f178 from "figlet/importable-fonts/Mnemonic.js";
|
|
180
|
+
import f179 from "figlet/importable-fonts/Modular.js";
|
|
181
|
+
import f180 from "figlet/importable-fonts/Morse.js";
|
|
182
|
+
import f181 from "figlet/importable-fonts/Morse2.js";
|
|
183
|
+
import f182 from "figlet/importable-fonts/Moscow.js";
|
|
184
|
+
import f183 from "figlet/importable-fonts/Mshebrew210.js";
|
|
185
|
+
import f184 from "figlet/importable-fonts/Muzzle.js";
|
|
186
|
+
import f185 from "figlet/importable-fonts/NScript.js";
|
|
187
|
+
import f186 from "figlet/importable-fonts/NT Greek.js";
|
|
188
|
+
import f187 from "figlet/importable-fonts/NV Script.js";
|
|
189
|
+
import f188 from "figlet/importable-fonts/Nancyj-Fancy.js";
|
|
190
|
+
import f189 from "figlet/importable-fonts/Nancyj-Improved.js";
|
|
191
|
+
import f190 from "figlet/importable-fonts/Nancyj-Underlined.js";
|
|
192
|
+
import f191 from "figlet/importable-fonts/Nancyj.js";
|
|
193
|
+
import f192 from "figlet/importable-fonts/Nipples.js";
|
|
194
|
+
import f193 from "figlet/importable-fonts/O8.js";
|
|
195
|
+
import f194 from "figlet/importable-fonts/OS2.js";
|
|
196
|
+
import f195 from "figlet/importable-fonts/Octal.js";
|
|
197
|
+
import f196 from "figlet/importable-fonts/Ogre.js";
|
|
198
|
+
import f197 from "figlet/importable-fonts/Old Banner.js";
|
|
199
|
+
import f198 from "figlet/importable-fonts/Pagga.js";
|
|
200
|
+
import f199 from "figlet/importable-fonts/Patorjk's Cheese.js";
|
|
201
|
+
import f200 from "figlet/importable-fonts/Patorjk-HeX.js";
|
|
202
|
+
import f201 from "figlet/importable-fonts/Pawp.js";
|
|
203
|
+
import f202 from "figlet/importable-fonts/Peaks Slant.js";
|
|
204
|
+
import f203 from "figlet/importable-fonts/Peaks.js";
|
|
205
|
+
import f204 from "figlet/importable-fonts/Pebbles.js";
|
|
206
|
+
import f205 from "figlet/importable-fonts/Pepper.js";
|
|
207
|
+
import f206 from "figlet/importable-fonts/Poison.js";
|
|
208
|
+
import f207 from "figlet/importable-fonts/Puffy.js";
|
|
209
|
+
import f208 from "figlet/importable-fonts/Puzzle.js";
|
|
210
|
+
import f209 from "figlet/importable-fonts/Pyramid.js";
|
|
211
|
+
import f210 from "figlet/importable-fonts/Rammstein.js";
|
|
212
|
+
import f211 from "figlet/importable-fonts/Rectangles.js";
|
|
213
|
+
import f212 from "figlet/importable-fonts/Red Phoenix.js";
|
|
214
|
+
import f213 from "figlet/importable-fonts/Relief.js";
|
|
215
|
+
import f214 from "figlet/importable-fonts/Relief2.js";
|
|
216
|
+
import f215 from "figlet/importable-fonts/Reverse.js";
|
|
217
|
+
import f216 from "figlet/importable-fonts/Roman.js";
|
|
218
|
+
import f217 from "figlet/importable-fonts/Rot13.js";
|
|
219
|
+
import f218 from "figlet/importable-fonts/Rotated.js";
|
|
220
|
+
import f219 from "figlet/importable-fonts/Rounded.js";
|
|
221
|
+
import f220 from "figlet/importable-fonts/Rowan Cap.js";
|
|
222
|
+
import f221 from "figlet/importable-fonts/Rozzo.js";
|
|
223
|
+
import f222 from "figlet/importable-fonts/RubiFont.js";
|
|
224
|
+
import f223 from "figlet/importable-fonts/Runic.js";
|
|
225
|
+
import f224 from "figlet/importable-fonts/Runyc.js";
|
|
226
|
+
import f225 from "figlet/importable-fonts/S Blood.js";
|
|
227
|
+
import f226 from "figlet/importable-fonts/SL Script.js";
|
|
228
|
+
import f227 from "figlet/importable-fonts/Santa Clara.js";
|
|
229
|
+
import f228 from "figlet/importable-fonts/Script.js";
|
|
230
|
+
import f229 from "figlet/importable-fonts/Serifcap.js";
|
|
231
|
+
import f230 from "figlet/importable-fonts/Shaded Blocky.js";
|
|
232
|
+
import f231 from "figlet/importable-fonts/Shadow.js";
|
|
233
|
+
import f232 from "figlet/importable-fonts/Shimrod.js";
|
|
234
|
+
import f233 from "figlet/importable-fonts/Short.js";
|
|
235
|
+
import f234 from "figlet/importable-fonts/Slant Relief.js";
|
|
236
|
+
import f235 from "figlet/importable-fonts/Slant.js";
|
|
237
|
+
import f236 from "figlet/importable-fonts/Slide.js";
|
|
238
|
+
import f237 from "figlet/importable-fonts/Small Caps.js";
|
|
239
|
+
import f238 from "figlet/importable-fonts/Small Isometric1.js";
|
|
240
|
+
import f239 from "figlet/importable-fonts/Small Keyboard.js";
|
|
241
|
+
import f240 from "figlet/importable-fonts/Small Poison.js";
|
|
242
|
+
import f241 from "figlet/importable-fonts/Small Script.js";
|
|
243
|
+
import f242 from "figlet/importable-fonts/Small Shadow.js";
|
|
244
|
+
import f243 from "figlet/importable-fonts/Small Slant.js";
|
|
245
|
+
import f244 from "figlet/importable-fonts/Small Tengwar.js";
|
|
246
|
+
import f245 from "figlet/importable-fonts/Small.js";
|
|
247
|
+
import f246 from "figlet/importable-fonts/Soft.js";
|
|
248
|
+
import f247 from "figlet/importable-fonts/Speed.js";
|
|
249
|
+
import f248 from "figlet/importable-fonts/Spliff.js";
|
|
250
|
+
import f249 from "figlet/importable-fonts/Stacey.js";
|
|
251
|
+
import f250 from "figlet/importable-fonts/Stampate.js";
|
|
252
|
+
import f251 from "figlet/importable-fonts/Stampatello.js";
|
|
253
|
+
import f252 from "figlet/importable-fonts/Standard.js";
|
|
254
|
+
import f253 from "figlet/importable-fonts/Star Strips.js";
|
|
255
|
+
import f254 from "figlet/importable-fonts/Star Wars.js";
|
|
256
|
+
import f255 from "figlet/importable-fonts/Stellar.js";
|
|
257
|
+
import f256 from "figlet/importable-fonts/Stforek.js";
|
|
258
|
+
import f257 from "figlet/importable-fonts/Stick Letters.js";
|
|
259
|
+
import f258 from "figlet/importable-fonts/Stop.js";
|
|
260
|
+
import f259 from "figlet/importable-fonts/Straight.js";
|
|
261
|
+
import f260 from "figlet/importable-fonts/Stronger Than All.js";
|
|
262
|
+
import f261 from "figlet/importable-fonts/Sub-Zero.js";
|
|
263
|
+
import f262 from "figlet/importable-fonts/Swamp Land.js";
|
|
264
|
+
import f263 from "figlet/importable-fonts/Swan.js";
|
|
265
|
+
import f264 from "figlet/importable-fonts/Sweet.js";
|
|
266
|
+
import f265 from "figlet/importable-fonts/THIS.js";
|
|
267
|
+
import f266 from "figlet/importable-fonts/Tanja.js";
|
|
268
|
+
import f267 from "figlet/importable-fonts/Tengwar.js";
|
|
269
|
+
import f268 from "figlet/importable-fonts/Term.js";
|
|
270
|
+
import f269 from "figlet/importable-fonts/Test1.js";
|
|
271
|
+
import f270 from "figlet/importable-fonts/The Edge.js";
|
|
272
|
+
import f271 from "figlet/importable-fonts/Thick.js";
|
|
273
|
+
import f272 from "figlet/importable-fonts/Thin.js";
|
|
274
|
+
import f273 from "figlet/importable-fonts/Thorned.js";
|
|
275
|
+
import f274 from "figlet/importable-fonts/Three Point.js";
|
|
276
|
+
import f275 from "figlet/importable-fonts/Ticks Slant.js";
|
|
277
|
+
import f276 from "figlet/importable-fonts/Ticks.js";
|
|
278
|
+
import f277 from "figlet/importable-fonts/Tiles.js";
|
|
279
|
+
import f278 from "figlet/importable-fonts/Tinker-Toy.js";
|
|
280
|
+
import f279 from "figlet/importable-fonts/Tombstone.js";
|
|
281
|
+
import f280 from "figlet/importable-fonts/Train.js";
|
|
282
|
+
import f281 from "figlet/importable-fonts/Trek.js";
|
|
283
|
+
import f282 from "figlet/importable-fonts/Tsalagi.js";
|
|
284
|
+
import f283 from "figlet/importable-fonts/Tubular.js";
|
|
285
|
+
import f284 from "figlet/importable-fonts/Twisted.js";
|
|
286
|
+
import f285 from "figlet/importable-fonts/Two Point.js";
|
|
287
|
+
import f286 from "figlet/importable-fonts/USA Flag.js";
|
|
288
|
+
import f287 from "figlet/importable-fonts/Univers.js";
|
|
289
|
+
import f288 from "figlet/importable-fonts/Varsity.js";
|
|
290
|
+
import f289 from "figlet/importable-fonts/Wavy.js";
|
|
291
|
+
import f290 from "figlet/importable-fonts/Weird.js";
|
|
292
|
+
import f291 from "figlet/importable-fonts/Wet Letter.js";
|
|
293
|
+
import f292 from "figlet/importable-fonts/Whimsy.js";
|
|
294
|
+
import f293 from "figlet/importable-fonts/Wow.js";
|
|
295
|
+
import f294 from "figlet/importable-fonts/miniwi.js";
|
|
296
|
+
|
|
297
|
+
import figlet from "figlet/lib/figlet.js";
|
|
298
|
+
|
|
299
|
+
// Register all fonts with figlet (filesystem-free, works in compiled binaries)
|
|
300
|
+
figlet.parseFont("1Row", f0);
|
|
301
|
+
figlet.parseFont("3-D", f1);
|
|
302
|
+
figlet.parseFont("3D Diagonal", f2);
|
|
303
|
+
figlet.parseFont("3D-ASCII", f3);
|
|
304
|
+
figlet.parseFont("3x5", f4);
|
|
305
|
+
figlet.parseFont("4Max", f5);
|
|
306
|
+
figlet.parseFont("5 Line Oblique", f6);
|
|
307
|
+
figlet.parseFont("AMC 3 Line", f7);
|
|
308
|
+
figlet.parseFont("AMC 3 Liv1", f8);
|
|
309
|
+
figlet.parseFont("AMC AAA01", f9);
|
|
310
|
+
figlet.parseFont("AMC Neko", f10);
|
|
311
|
+
figlet.parseFont("AMC Razor", f11);
|
|
312
|
+
figlet.parseFont("AMC Razor2", f12);
|
|
313
|
+
figlet.parseFont("AMC Slash", f13);
|
|
314
|
+
figlet.parseFont("AMC Slider", f14);
|
|
315
|
+
figlet.parseFont("AMC Thin", f15);
|
|
316
|
+
figlet.parseFont("AMC Tubes", f16);
|
|
317
|
+
figlet.parseFont("AMC Untitled", f17);
|
|
318
|
+
figlet.parseFont("ANSI Regular", f18);
|
|
319
|
+
figlet.parseFont("ANSI Shadow", f19);
|
|
320
|
+
figlet.parseFont("ASCII New Roman", f20);
|
|
321
|
+
figlet.parseFont("Acrobatic", f21);
|
|
322
|
+
figlet.parseFont("Alligator", f22);
|
|
323
|
+
figlet.parseFont("Alligator2", f23);
|
|
324
|
+
figlet.parseFont("Alpha", f24);
|
|
325
|
+
figlet.parseFont("Alphabet", f25);
|
|
326
|
+
figlet.parseFont("Arrows", f26);
|
|
327
|
+
figlet.parseFont("Avatar", f27);
|
|
328
|
+
figlet.parseFont("B1FF", f28);
|
|
329
|
+
figlet.parseFont("Banner", f29);
|
|
330
|
+
figlet.parseFont("Banner3-D", f30);
|
|
331
|
+
figlet.parseFont("Banner3", f31);
|
|
332
|
+
figlet.parseFont("Banner4", f32);
|
|
333
|
+
figlet.parseFont("Barbwire", f33);
|
|
334
|
+
figlet.parseFont("Basic", f34);
|
|
335
|
+
figlet.parseFont("Bear", f35);
|
|
336
|
+
figlet.parseFont("Bell", f36);
|
|
337
|
+
figlet.parseFont("Benjamin", f37);
|
|
338
|
+
figlet.parseFont("Big Chief", f38);
|
|
339
|
+
figlet.parseFont("Big Money-ne", f39);
|
|
340
|
+
figlet.parseFont("Big Money-nw", f40);
|
|
341
|
+
figlet.parseFont("Big Money-se", f41);
|
|
342
|
+
figlet.parseFont("Big Money-sw", f42);
|
|
343
|
+
figlet.parseFont("Big", f43);
|
|
344
|
+
figlet.parseFont("Bigfig", f44);
|
|
345
|
+
figlet.parseFont("Binary", f45);
|
|
346
|
+
figlet.parseFont("Block", f46);
|
|
347
|
+
figlet.parseFont("Blocks", f47);
|
|
348
|
+
figlet.parseFont("Bloody", f48);
|
|
349
|
+
figlet.parseFont("BlurVision ASCII", f49);
|
|
350
|
+
figlet.parseFont("Bolger", f50);
|
|
351
|
+
figlet.parseFont("Braced", f51);
|
|
352
|
+
figlet.parseFont("Bright", f52);
|
|
353
|
+
figlet.parseFont("Broadway KB", f53);
|
|
354
|
+
figlet.parseFont("Broadway", f54);
|
|
355
|
+
figlet.parseFont("Bubble", f55);
|
|
356
|
+
figlet.parseFont("Bulbhead", f56);
|
|
357
|
+
figlet.parseFont("Caligraphy", f57);
|
|
358
|
+
figlet.parseFont("Caligraphy2", f58);
|
|
359
|
+
figlet.parseFont("Calvin S", f59);
|
|
360
|
+
figlet.parseFont("Cards", f60);
|
|
361
|
+
figlet.parseFont("Catwalk", f61);
|
|
362
|
+
figlet.parseFont("Chiseled", f62);
|
|
363
|
+
figlet.parseFont("Chunky", f63);
|
|
364
|
+
figlet.parseFont("Coinstak", f64);
|
|
365
|
+
figlet.parseFont("Cola", f65);
|
|
366
|
+
figlet.parseFont("Colossal", f66);
|
|
367
|
+
figlet.parseFont("Computer", f67);
|
|
368
|
+
figlet.parseFont("Contessa", f68);
|
|
369
|
+
figlet.parseFont("Contrast", f69);
|
|
370
|
+
figlet.parseFont("Cosmike", f70);
|
|
371
|
+
figlet.parseFont("Cosmike2", f71);
|
|
372
|
+
figlet.parseFont("Crawford", f72);
|
|
373
|
+
figlet.parseFont("Crawford2", f73);
|
|
374
|
+
figlet.parseFont("Crazy", f74);
|
|
375
|
+
figlet.parseFont("Cricket", f75);
|
|
376
|
+
figlet.parseFont("Cursive", f76);
|
|
377
|
+
figlet.parseFont("Cyberlarge", f77);
|
|
378
|
+
figlet.parseFont("Cybermedium", f78);
|
|
379
|
+
figlet.parseFont("Cybersmall", f79);
|
|
380
|
+
figlet.parseFont("Cygnet", f80);
|
|
381
|
+
figlet.parseFont("DANC4", f81);
|
|
382
|
+
figlet.parseFont("DOS Rebel", f82);
|
|
383
|
+
figlet.parseFont("DWhistled", f83);
|
|
384
|
+
figlet.parseFont("Dancing Font", f84);
|
|
385
|
+
figlet.parseFont("Decimal", f85);
|
|
386
|
+
figlet.parseFont("Def Leppard", f86);
|
|
387
|
+
figlet.parseFont("Delta Corps Priest 1", f87);
|
|
388
|
+
figlet.parseFont("DiamFont", f88);
|
|
389
|
+
figlet.parseFont("Diamond", f89);
|
|
390
|
+
figlet.parseFont("Diet Cola", f90);
|
|
391
|
+
figlet.parseFont("Digital", f91);
|
|
392
|
+
figlet.parseFont("Doh", f92);
|
|
393
|
+
figlet.parseFont("Doom", f93);
|
|
394
|
+
figlet.parseFont("Dot Matrix", f94);
|
|
395
|
+
figlet.parseFont("Double Shorts", f95);
|
|
396
|
+
figlet.parseFont("Double", f96);
|
|
397
|
+
figlet.parseFont("Dr Pepper", f97);
|
|
398
|
+
figlet.parseFont("Efti Chess", f98);
|
|
399
|
+
figlet.parseFont("Efti Font", f99);
|
|
400
|
+
figlet.parseFont("Efti Italic", f100);
|
|
401
|
+
figlet.parseFont("Efti Piti", f101);
|
|
402
|
+
figlet.parseFont("Efti Robot", f102);
|
|
403
|
+
figlet.parseFont("Efti Wall", f103);
|
|
404
|
+
figlet.parseFont("Efti Water", f104);
|
|
405
|
+
figlet.parseFont("Electronic", f105);
|
|
406
|
+
figlet.parseFont("Elite", f106);
|
|
407
|
+
figlet.parseFont("Epic", f107);
|
|
408
|
+
figlet.parseFont("Fender", f108);
|
|
409
|
+
figlet.parseFont("Filter", f109);
|
|
410
|
+
figlet.parseFont("Fire Font-k", f110);
|
|
411
|
+
figlet.parseFont("Fire Font-s", f111);
|
|
412
|
+
figlet.parseFont("Flipped", f112);
|
|
413
|
+
figlet.parseFont("Flower Power", f113);
|
|
414
|
+
figlet.parseFont("Four Tops", f114);
|
|
415
|
+
figlet.parseFont("Fraktur", f115);
|
|
416
|
+
figlet.parseFont("Fun Face", f116);
|
|
417
|
+
figlet.parseFont("Fun Faces", f117);
|
|
418
|
+
figlet.parseFont("Fuzzy", f118);
|
|
419
|
+
figlet.parseFont("Georgi16", f119);
|
|
420
|
+
figlet.parseFont("Georgia11", f120);
|
|
421
|
+
figlet.parseFont("Ghost", f121);
|
|
422
|
+
figlet.parseFont("Ghoulish", f122);
|
|
423
|
+
figlet.parseFont("Glenyn", f123);
|
|
424
|
+
figlet.parseFont("Goofy", f124);
|
|
425
|
+
figlet.parseFont("Gothic", f125);
|
|
426
|
+
figlet.parseFont("Graceful", f126);
|
|
427
|
+
figlet.parseFont("Gradient", f127);
|
|
428
|
+
figlet.parseFont("Graffiti", f128);
|
|
429
|
+
figlet.parseFont("Greek", f129);
|
|
430
|
+
figlet.parseFont("Heart Left", f130);
|
|
431
|
+
figlet.parseFont("Heart Right", f131);
|
|
432
|
+
figlet.parseFont("Henry 3D", f132);
|
|
433
|
+
figlet.parseFont("Hex", f133);
|
|
434
|
+
figlet.parseFont("Hieroglyphs", f134);
|
|
435
|
+
figlet.parseFont("Hollywood", f135);
|
|
436
|
+
figlet.parseFont("Horizontal Left", f136);
|
|
437
|
+
figlet.parseFont("Horizontal Right", f137);
|
|
438
|
+
figlet.parseFont("ICL-1900", f138);
|
|
439
|
+
figlet.parseFont("Impossible", f139);
|
|
440
|
+
figlet.parseFont("Invita", f140);
|
|
441
|
+
figlet.parseFont("Isometric1", f141);
|
|
442
|
+
figlet.parseFont("Isometric2", f142);
|
|
443
|
+
figlet.parseFont("Isometric3", f143);
|
|
444
|
+
figlet.parseFont("Isometric4", f144);
|
|
445
|
+
figlet.parseFont("Italic", f145);
|
|
446
|
+
figlet.parseFont("Ivrit", f146);
|
|
447
|
+
figlet.parseFont("JS Block Letters", f147);
|
|
448
|
+
figlet.parseFont("JS Bracket Letters", f148);
|
|
449
|
+
figlet.parseFont("JS Capital Curves", f149);
|
|
450
|
+
figlet.parseFont("JS Cursive", f150);
|
|
451
|
+
figlet.parseFont("JS Stick Letters", f151);
|
|
452
|
+
figlet.parseFont("Jacky", f152);
|
|
453
|
+
figlet.parseFont("Jazmine", f153);
|
|
454
|
+
figlet.parseFont("Jerusalem", f154);
|
|
455
|
+
figlet.parseFont("Katakana", f155);
|
|
456
|
+
figlet.parseFont("Kban", f156);
|
|
457
|
+
figlet.parseFont("Keyboard", f157);
|
|
458
|
+
figlet.parseFont("Knob", f158);
|
|
459
|
+
figlet.parseFont("Konto Slant", f159);
|
|
460
|
+
figlet.parseFont("Konto", f160);
|
|
461
|
+
figlet.parseFont("LCD", f161);
|
|
462
|
+
figlet.parseFont("Larry 3D 2", f162);
|
|
463
|
+
figlet.parseFont("Larry 3D", f163);
|
|
464
|
+
figlet.parseFont("Lean", f164);
|
|
465
|
+
figlet.parseFont("Letters", f165);
|
|
466
|
+
figlet.parseFont("Lil Devil", f166);
|
|
467
|
+
figlet.parseFont("Line Blocks", f167);
|
|
468
|
+
figlet.parseFont("Linux", f168);
|
|
469
|
+
figlet.parseFont("Lockergnome", f169);
|
|
470
|
+
figlet.parseFont("Madrid", f170);
|
|
471
|
+
figlet.parseFont("Marquee", f171);
|
|
472
|
+
figlet.parseFont("Maxfour", f172);
|
|
473
|
+
figlet.parseFont("Merlin1", f173);
|
|
474
|
+
figlet.parseFont("Merlin2", f174);
|
|
475
|
+
figlet.parseFont("Mike", f175);
|
|
476
|
+
figlet.parseFont("Mini", f176);
|
|
477
|
+
figlet.parseFont("Mirror", f177);
|
|
478
|
+
figlet.parseFont("Mnemonic", f178);
|
|
479
|
+
figlet.parseFont("Modular", f179);
|
|
480
|
+
figlet.parseFont("Morse", f180);
|
|
481
|
+
figlet.parseFont("Morse2", f181);
|
|
482
|
+
figlet.parseFont("Moscow", f182);
|
|
483
|
+
figlet.parseFont("Mshebrew210", f183);
|
|
484
|
+
figlet.parseFont("Muzzle", f184);
|
|
485
|
+
figlet.parseFont("NScript", f185);
|
|
486
|
+
figlet.parseFont("NT Greek", f186);
|
|
487
|
+
figlet.parseFont("NV Script", f187);
|
|
488
|
+
figlet.parseFont("Nancyj-Fancy", f188);
|
|
489
|
+
figlet.parseFont("Nancyj-Improved", f189);
|
|
490
|
+
figlet.parseFont("Nancyj-Underlined", f190);
|
|
491
|
+
figlet.parseFont("Nancyj", f191);
|
|
492
|
+
figlet.parseFont("Nipples", f192);
|
|
493
|
+
figlet.parseFont("O8", f193);
|
|
494
|
+
figlet.parseFont("OS2", f194);
|
|
495
|
+
figlet.parseFont("Octal", f195);
|
|
496
|
+
figlet.parseFont("Ogre", f196);
|
|
497
|
+
figlet.parseFont("Old Banner", f197);
|
|
498
|
+
figlet.parseFont("Pagga", f198);
|
|
499
|
+
figlet.parseFont("Patorjk's Cheese", f199);
|
|
500
|
+
figlet.parseFont("Patorjk-HeX", f200);
|
|
501
|
+
figlet.parseFont("Pawp", f201);
|
|
502
|
+
figlet.parseFont("Peaks Slant", f202);
|
|
503
|
+
figlet.parseFont("Peaks", f203);
|
|
504
|
+
figlet.parseFont("Pebbles", f204);
|
|
505
|
+
figlet.parseFont("Pepper", f205);
|
|
506
|
+
figlet.parseFont("Poison", f206);
|
|
507
|
+
figlet.parseFont("Puffy", f207);
|
|
508
|
+
figlet.parseFont("Puzzle", f208);
|
|
509
|
+
figlet.parseFont("Pyramid", f209);
|
|
510
|
+
figlet.parseFont("Rammstein", f210);
|
|
511
|
+
figlet.parseFont("Rectangles", f211);
|
|
512
|
+
figlet.parseFont("Red Phoenix", f212);
|
|
513
|
+
figlet.parseFont("Relief", f213);
|
|
514
|
+
figlet.parseFont("Relief2", f214);
|
|
515
|
+
figlet.parseFont("Reverse", f215);
|
|
516
|
+
figlet.parseFont("Roman", f216);
|
|
517
|
+
figlet.parseFont("Rot13", f217);
|
|
518
|
+
figlet.parseFont("Rotated", f218);
|
|
519
|
+
figlet.parseFont("Rounded", f219);
|
|
520
|
+
figlet.parseFont("Rowan Cap", f220);
|
|
521
|
+
figlet.parseFont("Rozzo", f221);
|
|
522
|
+
figlet.parseFont("RubiFont", f222);
|
|
523
|
+
figlet.parseFont("Runic", f223);
|
|
524
|
+
figlet.parseFont("Runyc", f224);
|
|
525
|
+
figlet.parseFont("S Blood", f225);
|
|
526
|
+
figlet.parseFont("SL Script", f226);
|
|
527
|
+
figlet.parseFont("Santa Clara", f227);
|
|
528
|
+
figlet.parseFont("Script", f228);
|
|
529
|
+
figlet.parseFont("Serifcap", f229);
|
|
530
|
+
figlet.parseFont("Shaded Blocky", f230);
|
|
531
|
+
figlet.parseFont("Shadow", f231);
|
|
532
|
+
figlet.parseFont("Shimrod", f232);
|
|
533
|
+
figlet.parseFont("Short", f233);
|
|
534
|
+
figlet.parseFont("Slant Relief", f234);
|
|
535
|
+
figlet.parseFont("Slant", f235);
|
|
536
|
+
figlet.parseFont("Slide", f236);
|
|
537
|
+
figlet.parseFont("Small Caps", f237);
|
|
538
|
+
figlet.parseFont("Small Isometric1", f238);
|
|
539
|
+
figlet.parseFont("Small Keyboard", f239);
|
|
540
|
+
figlet.parseFont("Small Poison", f240);
|
|
541
|
+
figlet.parseFont("Small Script", f241);
|
|
542
|
+
figlet.parseFont("Small Shadow", f242);
|
|
543
|
+
figlet.parseFont("Small Slant", f243);
|
|
544
|
+
figlet.parseFont("Small Tengwar", f244);
|
|
545
|
+
figlet.parseFont("Small", f245);
|
|
546
|
+
figlet.parseFont("Soft", f246);
|
|
547
|
+
figlet.parseFont("Speed", f247);
|
|
548
|
+
figlet.parseFont("Spliff", f248);
|
|
549
|
+
figlet.parseFont("Stacey", f249);
|
|
550
|
+
figlet.parseFont("Stampate", f250);
|
|
551
|
+
figlet.parseFont("Stampatello", f251);
|
|
552
|
+
figlet.parseFont("Standard", f252);
|
|
553
|
+
figlet.parseFont("Star Strips", f253);
|
|
554
|
+
figlet.parseFont("Star Wars", f254);
|
|
555
|
+
figlet.parseFont("Stellar", f255);
|
|
556
|
+
figlet.parseFont("Stforek", f256);
|
|
557
|
+
figlet.parseFont("Stick Letters", f257);
|
|
558
|
+
figlet.parseFont("Stop", f258);
|
|
559
|
+
figlet.parseFont("Straight", f259);
|
|
560
|
+
figlet.parseFont("Stronger Than All", f260);
|
|
561
|
+
figlet.parseFont("Sub-Zero", f261);
|
|
562
|
+
figlet.parseFont("Swamp Land", f262);
|
|
563
|
+
figlet.parseFont("Swan", f263);
|
|
564
|
+
figlet.parseFont("Sweet", f264);
|
|
565
|
+
figlet.parseFont("THIS", f265);
|
|
566
|
+
figlet.parseFont("Tanja", f266);
|
|
567
|
+
figlet.parseFont("Tengwar", f267);
|
|
568
|
+
figlet.parseFont("Term", f268);
|
|
569
|
+
figlet.parseFont("Test1", f269);
|
|
570
|
+
figlet.parseFont("The Edge", f270);
|
|
571
|
+
figlet.parseFont("Thick", f271);
|
|
572
|
+
figlet.parseFont("Thin", f272);
|
|
573
|
+
figlet.parseFont("Thorned", f273);
|
|
574
|
+
figlet.parseFont("Three Point", f274);
|
|
575
|
+
figlet.parseFont("Ticks Slant", f275);
|
|
576
|
+
figlet.parseFont("Ticks", f276);
|
|
577
|
+
figlet.parseFont("Tiles", f277);
|
|
578
|
+
figlet.parseFont("Tinker-Toy", f278);
|
|
579
|
+
figlet.parseFont("Tombstone", f279);
|
|
580
|
+
figlet.parseFont("Train", f280);
|
|
581
|
+
figlet.parseFont("Trek", f281);
|
|
582
|
+
figlet.parseFont("Tsalagi", f282);
|
|
583
|
+
figlet.parseFont("Tubular", f283);
|
|
584
|
+
figlet.parseFont("Twisted", f284);
|
|
585
|
+
figlet.parseFont("Two Point", f285);
|
|
586
|
+
figlet.parseFont("USA Flag", f286);
|
|
587
|
+
figlet.parseFont("Univers", f287);
|
|
588
|
+
figlet.parseFont("Varsity", f288);
|
|
589
|
+
figlet.parseFont("Wavy", f289);
|
|
590
|
+
figlet.parseFont("Weird", f290);
|
|
591
|
+
figlet.parseFont("Wet Letter", f291);
|
|
592
|
+
figlet.parseFont("Whimsy", f292);
|
|
593
|
+
figlet.parseFont("Wow", f293);
|
|
594
|
+
figlet.parseFont("miniwi", f294);
|
|
595
|
+
|
|
596
|
+
export { figlet };
|
|
597
|
+
export const fontNames: string[] = ["1Row","3-D","3D Diagonal","3D-ASCII","3x5","4Max","5 Line Oblique","AMC 3 Line","AMC 3 Liv1","AMC AAA01","AMC Neko","AMC Razor","AMC Razor2","AMC Slash","AMC Slider","AMC Thin","AMC Tubes","AMC Untitled","ANSI Regular","ANSI Shadow","ASCII New Roman","Acrobatic","Alligator","Alligator2","Alpha","Alphabet","Arrows","Avatar","B1FF","Banner","Banner3-D","Banner3","Banner4","Barbwire","Basic","Bear","Bell","Benjamin","Big Chief","Big Money-ne","Big Money-nw","Big Money-se","Big Money-sw","Big","Bigfig","Binary","Block","Blocks","Bloody","BlurVision ASCII","Bolger","Braced","Bright","Broadway KB","Broadway","Bubble","Bulbhead","Caligraphy","Caligraphy2","Calvin S","Cards","Catwalk","Chiseled","Chunky","Coinstak","Cola","Colossal","Computer","Contessa","Contrast","Cosmike","Cosmike2","Crawford","Crawford2","Crazy","Cricket","Cursive","Cyberlarge","Cybermedium","Cybersmall","Cygnet","DANC4","DOS Rebel","DWhistled","Dancing Font","Decimal","Def Leppard","Delta Corps Priest 1","DiamFont","Diamond","Diet Cola","Digital","Doh","Doom","Dot Matrix","Double Shorts","Double","Dr Pepper","Efti Chess","Efti Font","Efti Italic","Efti Piti","Efti Robot","Efti Wall","Efti Water","Electronic","Elite","Epic","Fender","Filter","Fire Font-k","Fire Font-s","Flipped","Flower Power","Four Tops","Fraktur","Fun Face","Fun Faces","Fuzzy","Georgi16","Georgia11","Ghost","Ghoulish","Glenyn","Goofy","Gothic","Graceful","Gradient","Graffiti","Greek","Heart Left","Heart Right","Henry 3D","Hex","Hieroglyphs","Hollywood","Horizontal Left","Horizontal Right","ICL-1900","Impossible","Invita","Isometric1","Isometric2","Isometric3","Isometric4","Italic","Ivrit","JS Block Letters","JS Bracket Letters","JS Capital Curves","JS Cursive","JS Stick Letters","Jacky","Jazmine","Jerusalem","Katakana","Kban","Keyboard","Knob","Konto Slant","Konto","LCD","Larry 3D 2","Larry 3D","Lean","Letters","Lil Devil","Line Blocks","Linux","Lockergnome","Madrid","Marquee","Maxfour","Merlin1","Merlin2","Mike","Mini","Mirror","Mnemonic","Modular","Morse","Morse2","Moscow","Mshebrew210","Muzzle","NScript","NT Greek","NV Script","Nancyj-Fancy","Nancyj-Improved","Nancyj-Underlined","Nancyj","Nipples","O8","OS2","Octal","Ogre","Old Banner","Pagga","Patorjk's Cheese","Patorjk-HeX","Pawp","Peaks Slant","Peaks","Pebbles","Pepper","Poison","Puffy","Puzzle","Pyramid","Rammstein","Rectangles","Red Phoenix","Relief","Relief2","Reverse","Roman","Rot13","Rotated","Rounded","Rowan Cap","Rozzo","RubiFont","Runic","Runyc","S Blood","SL Script","Santa Clara","Script","Serifcap","Shaded Blocky","Shadow","Shimrod","Short","Slant Relief","Slant","Slide","Small Caps","Small Isometric1","Small Keyboard","Small Poison","Small Script","Small Shadow","Small Slant","Small Tengwar","Small","Soft","Speed","Spliff","Stacey","Stampate","Stampatello","Standard","Star Strips","Star Wars","Stellar","Stforek","Stick Letters","Stop","Straight","Stronger Than All","Sub-Zero","Swamp Land","Swan","Sweet","THIS","Tanja","Tengwar","Term","Test1","The Edge","Thick","Thin","Thorned","Three Point","Ticks Slant","Ticks","Tiles","Tinker-Toy","Tombstone","Train","Trek","Tsalagi","Tubular","Twisted","Two Point","USA Flag","Univers","Varsity","Wavy","Weird","Wet Letter","Whimsy","Wow","miniwi"];
|
package/src/node/features/fs.ts
CHANGED
|
@@ -18,6 +18,7 @@ import {
|
|
|
18
18
|
import { join, resolve, dirname, relative } from "path";
|
|
19
19
|
import { readFile, stat, lstat, realpath, unlink, mkdir, writeFile, appendFile, readdir, cp, rename, rm as nodeRm } from "fs/promises";
|
|
20
20
|
import { native as rimraf } from 'rimraf'
|
|
21
|
+
import micromatch from 'micromatch'
|
|
21
22
|
|
|
22
23
|
type WalkOptions = {
|
|
23
24
|
directories?: boolean;
|
|
@@ -30,17 +31,10 @@ type WalkOptions = {
|
|
|
30
31
|
|
|
31
32
|
/**
|
|
32
33
|
* Checks whether a path matches any of the given glob-like patterns.
|
|
33
|
-
*
|
|
34
|
+
* Delegates to micromatch for correct glob semantics (**, *, {}, etc.).
|
|
34
35
|
*/
|
|
35
36
|
function matchesPattern(filePath: string, patterns: string[]): boolean {
|
|
36
|
-
return
|
|
37
|
-
const regex = pattern
|
|
38
|
-
.replace(/\./g, '\\.')
|
|
39
|
-
.replace(/\*\*/g, '{{GLOBSTAR}}')
|
|
40
|
-
.replace(/\*/g, '[^/]*')
|
|
41
|
-
.replace(/\{\{GLOBSTAR\}\}/g, '.*')
|
|
42
|
-
return new RegExp(`(^|/)${regex}($|/)`).test(filePath)
|
|
43
|
-
})
|
|
37
|
+
return micromatch.isMatch(filePath, patterns, { dot: true })
|
|
44
38
|
}
|
|
45
39
|
|
|
46
40
|
/** Sync: check if a symlink target is a directory */
|