Skip to content

Commit 0b137b5

Browse files
committed
Merge branch 'feat/asciiart' into chore/all-my-stuffs
# Conflicts: # components.d.ts # package.json # pnpm-lock.yaml # src/tools/ascii-text-drawer/ascii-text-drawer.vue # src/tools/ascii-text-drawer/index.ts # src/tools/index.ts
2 parents 1836d22 + 7a74c85 commit 0b137b5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"@unicode/unicode-15.1.0": "^1.6.0",
9797
"@types/figlet": "^1.5.8",
9898
"@types/markdown-it": "^13.0.7",
99+
"@types/figlet": "^1.5.8",
99100
"@vicons/material": "^0.12.0",
100101
"@vicons/tabler": "^0.12.0",
101102
"@vueuse/core": "^10.11.1",

src/tools/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ import { tool as textToUnicodeNames } from './text-to-unicode-names';
101101
import { tool as torrentToMagnet } from './torrent-to-magnet';
102102
import { tool as ttlCalculator } from './ttl-calculator';
103103
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+
104109
import { tool as pdfSignatureChecker } from './pdf-signature-checker';
105110
import { tool as numeronymGenerator } from './numeronym-generator';
106111
import { tool as macAddressGenerator } from './mac-address-generator';
@@ -442,6 +447,7 @@ export const toolsByCategory: ToolCategory[] = [
442447
icalMerger,
443448
sensitiveDataMasker,
444449
unicodeFormatter,
450+
asciiTextDrawer,
445451
],
446452
},
447453
{

0 commit comments

Comments
 (0)