feat(new tool): Mermaid exporter

This commit is contained in:
Daniel Barriga 2025-04-11 22:50:19 +02:00
parent 08d977b8cd
commit 6d868f9182
9 changed files with 1094 additions and 162 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 mermaidExporter } from './mermaid-exporter';
import { tool as emailNormalizer } from './email-normalizer';
import { tool as asciiTextDrawer } from './ascii-text-drawer';
@ -116,6 +117,7 @@ export const toolsByCategory: ToolCategory[] = [
xmlToJson,
jsonToXml,
markdownToHtml,
mermaidExporter,
],
},
{