feat(new tool): CSS <> XPath converter

Convert CSS Selectors from/to XPath expressions
This commit is contained in:
sharevb 2024-08-23 22:06:42 +02:00 committed by ShareVB
parent 318fb6efb9
commit be60b042bd
8 changed files with 120 additions and 8 deletions

View file

@ -2,6 +2,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 emailNormalizer } from './email-normalizer';
import { tool as cssXpathConverter } from './css-xpath-converter';
import { tool as asciiTextDrawer } from './ascii-text-drawer';
@ -154,6 +155,7 @@ export const toolsByCategory: ToolCategory[] = [
xmlFormatter,
yamlViewer,
emailNormalizer,
cssXpathConverter,
],
},
{