mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
Merge branch 'main' into crop-video
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { tool as videoChangeSpeed } from './change-speed/meta';
|
||||
import { tool as videoFlip } from './flip/meta';
|
||||
import { rotate } from '../string/rotate/service';
|
||||
import { gifTools } from './gif';
|
||||
@@ -7,6 +8,7 @@ import { tool as compressVideo } from './compress/meta';
|
||||
import { tool as loopVideo } from './loop/meta';
|
||||
import { tool as flipVideo } from './flip/meta';
|
||||
import { tool as cropVideo } from './crop-video/meta';
|
||||
import { tool as changeSpeed } from './change-speed/meta';
|
||||
|
||||
export const videoTools = [
|
||||
...gifTools,
|
||||
@@ -15,5 +17,6 @@ export const videoTools = [
|
||||
compressVideo,
|
||||
loopVideo,
|
||||
flipVideo,
|
||||
cropVideo
|
||||
cropVideo,
|
||||
changeSpeed
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user