feat(new tool): Currency Converter

Fix part of #571
This commit is contained in:
sharevb 2024-09-28 11:15:07 +02:00 committed by ShareVB
parent 318fb6efb9
commit b241003366
9 changed files with 242 additions and 13 deletions

View file

@ -2,6 +2,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 emailNormalizer } from './email-normalizer';
import { tool as currencyConverter } from './currency-converter';
import { tool as asciiTextDrawer } from './ascii-text-drawer';
@ -112,6 +113,7 @@ export const toolsByCategory: ToolCategory[] = [
tomlToYaml,
xmlToJson,
jsonToXml,
currencyConverter,
],
},
{