Merge remote-tracking branch 'origin/main' into feat/html-to-md-converter

This commit is contained in:
ShareVB 2024-09-04 21:46:52 +02:00
commit 6013b6c711
34 changed files with 1113 additions and 264 deletions

View file

@ -1,11 +1,14 @@
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 asciiTextDrawer } from './ascii-text-drawer';
import { tool as textToUnicode } from './text-to-unicode';
import { tool as safelinkDecoder } from './safelink-decoder';
import { tool as xmlToJson } from './xml-to-json';
import { tool as jsonToXml } from './json-to-xml';
import { tool as pdfSignatureChecker } from './pdf-signature-checker';
import { tool as numeronymGenerator } from './numeronym-generator';
import { tool as macAddressGenerator } from './mac-address-generator';
@ -109,6 +112,8 @@ export const toolsByCategory: ToolCategory[] = [
tomlToJson,
tomlToYaml,
htmlToMarkdown,
xmlToJson,
jsonToXml,
],
},
{
@ -150,6 +155,7 @@ export const toolsByCategory: ToolCategory[] = [
dockerRunToDockerComposeConverter,
xmlFormatter,
yamlViewer,
emailNormalizer,
],
},
{