feat(new tool): HTML Prettier

HTML Prettier
This commit is contained in:
sharevb 2024-04-03 23:01:22 +02:00
parent a7dd50331a
commit 7616a35c41
3 changed files with 54 additions and 0 deletions

View file

@ -7,6 +7,7 @@ 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 cssPrettifier } from './css-prettifier';
import { tool as htmlPrettifier } from './html-prettifier';
import { tool as pdfSignatureChecker } from './pdf-signature-checker';
import { tool as numeronymGenerator } from './numeronym-generator';
import { tool as macAddressGenerator } from './mac-address-generator';
@ -150,6 +151,7 @@ export const toolsByCategory: ToolCategory[] = [
xmlFormatter,
yamlViewer,
cssPrettifier,
htmlPrettifier,
],
},
{