Merge branch 'main' of https://github.com/iib0011/omni-tools into fork/AshAnand34/xml-tools

# Conflicts:
#	src/tools/defineTool.tsx
#	src/tools/index.ts
This commit is contained in:
Ibrahima G. Coulibaly
2025-07-08 22:45:09 +01:00
31 changed files with 1651 additions and 20 deletions

View File

@@ -25,6 +25,7 @@ export type ToolCategory =
| 'csv'
| 'pdf'
| 'image-generic'
| 'audio'
| 'xml';
export interface DefinedTool {