- Setted the tool structure and integration with the project
This commit is contained in:
C043
2025-05-22 23:34:17 +02:00
parent 9a0ca5c611
commit e064689e35
5 changed files with 64 additions and 36 deletions

View File

@@ -7,6 +7,7 @@ import { tool as rotateVideo } from './rotate/meta';
import { tool as compressVideo } from './compress/meta';
import { tool as loopVideo } from './loop/meta';
import { tool as flipVideo } from './flip/meta';
import { tool as changeSpeed } from './change-speed/meta';
export const videoTools = [
...gifTools,
@@ -14,5 +15,6 @@ export const videoTools = [
rotateVideo,
compressVideo,
loopVideo,
flipVideo
flipVideo,
changeSpeed
];