feat(new-tool): String to NATO alphabet

This commit is contained in:
Corentin Thomasset
2023-02-15 00:43:08 +01:00
parent 9634f5d9a8
commit 0ddf18f4b5
5 changed files with 90 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
import { tool as base64FileConverter } from './base64-file-converter';
import { tool as base64StringConverter } from './base64-string-converter';
import { tool as basicAuthGenerator } from './basic-auth-generator';
import { tool as textToNatoAlphabet } from './text-to-nato-alphabet';
import { tool as slugifyString } from './slugify-string';
import { tool as keycodeInfo } from './keycode-info';
import { tool as jsonMinify } from './json-minify';
@@ -55,6 +56,7 @@ export const toolsByCategory: ToolCategory[] = [
base64FileConverter,
colorConverter,
caseConverter,
textToNatoAlphabet,
],
},
{