File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 96
96
"@unicode/unicode-15.1.0" : " ^1.6.0" ,
97
97
"@types/figlet" : " ^1.5.8" ,
98
98
"@types/markdown-it" : " ^13.0.7" ,
99
+ "@types/figlet" : " ^1.5.8" ,
99
100
"@vicons/material" : " ^0.12.0" ,
100
101
"@vicons/tabler" : " ^0.12.0" ,
101
102
"@vueuse/core" : " ^10.11.1" ,
Original file line number Diff line number Diff line change @@ -101,6 +101,11 @@ import { tool as textToUnicodeNames } from './text-to-unicode-names';
101
101
import { tool as torrentToMagnet } from './torrent-to-magnet' ;
102
102
import { tool as ttlCalculator } from './ttl-calculator' ;
103
103
import { tool as unicodeFormatter } from './unicode-formatter' ;
104
+
105
+ import { tool as asciiTextDrawer } from './ascii-text-drawer' ;
106
+
107
+ import { tool as textToUnicode } from './text-to-unicode' ;
108
+
104
109
import { tool as pdfSignatureChecker } from './pdf-signature-checker' ;
105
110
import { tool as numeronymGenerator } from './numeronym-generator' ;
106
111
import { tool as macAddressGenerator } from './mac-address-generator' ;
@@ -442,6 +447,7 @@ export const toolsByCategory: ToolCategory[] = [
442
447
icalMerger ,
443
448
sensitiveDataMasker ,
444
449
unicodeFormatter ,
450
+ asciiTextDrawer ,
445
451
] ,
446
452
} ,
447
453
{
You can’t perform that action at this time.
0 commit comments