Merge branch 'main' into feat/timezone-converter

This commit is contained in:
sharevb 2024-09-07 19:04:45 +02:00 committed by GitHub
commit c68388f367
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 108 additions and 3 deletions

View file

@ -10,6 +10,7 @@ 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 timezoneConverter } from './timezone-converter';
import { tool as markdownToHtml } from './markdown-to-html';
import { tool as pdfSignatureChecker } from './pdf-signature-checker';
import { tool as numeronymGenerator } from './numeronym-generator';
import { tool as macAddressGenerator } from './mac-address-generator';
@ -114,6 +115,7 @@ export const toolsByCategory: ToolCategory[] = [
tomlToYaml,
xmlToJson,
jsonToXml,
markdownToHtml,
],
},
{