mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-21 04:24:02 +01:00
feat: trim video
This commit is contained in:
@@ -18,6 +18,7 @@ export type ToolCategory =
|
||||
| 'png'
|
||||
| 'number'
|
||||
| 'gif'
|
||||
| 'video'
|
||||
| 'list'
|
||||
| 'json'
|
||||
| 'csv';
|
||||
|
||||
@@ -67,6 +67,12 @@ const categoriesConfig: {
|
||||
icon: 'material-symbols-light:csv-outline',
|
||||
value:
|
||||
'Tools for working with CSV files - convert CSV to different formats, manipulate CSV data, validate CSV structure, and process CSV files efficiently.'
|
||||
},
|
||||
{
|
||||
type: 'video',
|
||||
icon: 'lets-icons:video-light',
|
||||
value:
|
||||
'Tools for working with videos – extract frames from videos, create GIFs from videos, convert videos to different formats, and much more.'
|
||||
}
|
||||
];
|
||||
export const filterTools = (
|
||||
|
||||
Reference in New Issue
Block a user