feat: image resize init

This commit is contained in:
Ibrahima G. Coulibaly
2025-04-02 03:46:42 +00:00
parent 5e2cd8eeef
commit 08801116a7
7 changed files with 313 additions and 4 deletions

View File

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

View File

@@ -95,6 +95,13 @@ const categoriesConfig: {
icon: 'fluent-mdl2:date-time',
value:
'Tools for working with time and date draw clocks and calendars, generate time and date sequences, calculate average time, convert between time zones, and much more.'
},
{
type: 'image-generic',
title: 'Image',
icon: 'material-symbols-light:image-outline-rounded',
value:
'Tools for working with pictures compress, resize, crop, convert to JPG, rotate, remove background and much more.'
}
];
// use for changelogs