Merge branch 'main' of https://github.com/iib0011/omni-tools into generic-calc

# Conflicts:
#	.idea/workspace.xml
#	src/tools/defineTool.tsx
This commit is contained in:
Ibrahima G. Coulibaly
2025-04-17 08:12:08 +01:00
92 changed files with 9631 additions and 589 deletions

View File

@@ -23,7 +23,8 @@ export type ToolCategory =
| 'json'
| 'time'
| 'csv'
| 'pdf';
| 'pdf'
| 'image-generic';
export interface DefinedTool {
type: ToolCategory;