feat(new tool): html cleaner

HTML Cleaner (with paste html)
Fix #537
This commit is contained in:
sharevb 2024-04-03 22:51:05 +02:00 committed by ShareVB
parent d3b32cc14e
commit c0c5cfda87
5 changed files with 257 additions and 16 deletions

View file

@ -6,6 +6,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 htmlCleaner } from './html-cleaner';
import { tool as pdfSignatureChecker } from './pdf-signature-checker';
import { tool as numeronymGenerator } from './numeronym-generator';
import { tool as macAddressGenerator } from './mac-address-generator';
@ -107,6 +108,7 @@ export const toolsByCategory: ToolCategory[] = [
listConverter,
tomlToJson,
tomlToYaml,
htmlCleaner,
],
},
{