mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
WIP
- Setted the tool structure and integration with the project
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user