feat: implement text inspector and case converter tool (#3)

This commit is contained in:
2024-10-24 13:48:07 +02:00
committed by GitHub
parent f053bd40eb
commit 2ab69ecc9f
13 changed files with 471 additions and 47 deletions

View File

@@ -124,6 +124,21 @@ export const toolGroups = {
},
},
},
text: {
Icon: icons.Type,
title: "Text",
href: "/text",
tools: {
inspector_and_case_converter: {
Icon: icons.CaseSensitive,
shortTitle: "Inspector & Case Converter",
longTitle: "Text Inspector & Case Converter",
description: "Analyze text and convert it to a different case",
keywords: "case converter convert text inspector inspect",
href: "/text/inspector",
},
},
},
} as const satisfies ToolGroups;
export const singleTools = {