feat: add CSS Selectors and Xpath memo

This commit is contained in:
ShareVB 2024-10-27 22:48:33 +01:00
parent be60b042bd
commit 43ad95d17e
9 changed files with 413 additions and 2 deletions

View file

@ -3,9 +3,9 @@ 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 cssSelectorsMemo } from './css-selectors-memo';
import { tool as xpathMemo } from './xpath-memo';
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 xmlToJson } from './xml-to-json';
@ -156,6 +156,8 @@ export const toolsByCategory: ToolCategory[] = [
yamlViewer,
emailNormalizer,
cssXpathConverter,
cssSelectorsMemo,
xpathMemo,
],
},
{