mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-06 22:37:12 -04:00
feat(new-tool): String to NATO alphabet
This commit is contained in:
parent
9634f5d9a8
commit
0ddf18f4b5
5 changed files with 90 additions and 0 deletions
11
src/tools/text-to-nato-alphabet/index.ts
Normal file
11
src/tools/text-to-nato-alphabet/index.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { Speakerphone } from '@vicons/tabler';
|
||||
import { defineTool } from '../tool';
|
||||
|
||||
export const tool = defineTool({
|
||||
name: 'Text to NATO alphabet',
|
||||
path: '/text-to-nato-alphabet',
|
||||
description: 'Transform text into NATO phonetic alphabet for oral transmission.',
|
||||
keywords: ['string', 'nato', 'alphabet', 'phonetic', 'oral', 'transmission'],
|
||||
component: () => import('./text-to-nato-alphabet.vue'),
|
||||
icon: Speakerphone,
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue