chore: move from png to image-generic

This commit is contained in:
Ibrahima G. Coulibaly
2025-04-02 20:48:00 +00:00
parent 92858f2e24
commit a0ebd9c3b6
18 changed files with 125 additions and 101 deletions

View File

@@ -13,7 +13,7 @@ import { IconifyIcon } from '@iconify/react';
import { pdfTools } from '../pages/tools/pdf';
const toolCategoriesOrder: ToolCategory[] = [
'png',
'image-generic',
'string',
'json',
'pdf',
@@ -21,9 +21,9 @@ const toolCategoriesOrder: ToolCategory[] = [
'csv',
'video',
'number',
'gif',
'png',
'time',
'image-generic'
'gif'
];
export const tools: DefinedTool[] = [
...imageTools,