mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-17 12:32:56 +00:00
feat: implement text inspector and case converter tool
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user