feat(new tool): text to ascii converter

This commit is contained in:
Corentin Thomasset 2023-10-16 00:45:42 +02:00
parent b408df82c1
commit 77f4020396
No known key found for this signature in database
GPG key ID: DBD997E935996158
7 changed files with 136 additions and 0 deletions

1
components.d.ts vendored
View file

@ -182,6 +182,7 @@ declare module '@vue/runtime-core' {
TextareaCopyable: typeof import('./src/components/TextareaCopyable.vue')['default']
TextDiff: typeof import('./src/tools/text-diff/text-diff.vue')['default']
TextStatistics: typeof import('./src/tools/text-statistics/text-statistics.vue')['default']
TextToBinary: typeof import('./src/tools/text-to-binary/text-to-binary.vue')['default']
TextToNatoAlphabet: typeof import('./src/tools/text-to-nato-alphabet/text-to-nato-alphabet.vue')['default']
TokenDisplay: typeof import('./src/tools/otp-code-generator-and-validator/token-display.vue')['default']
'TokenGenerator.tool': typeof import('./src/tools/token-generator/token-generator.tool.vue')['default']