feat: trim video

This commit is contained in:
Ibrahima G. Coulibaly
2025-03-10 04:13:10 +00:00
parent e2c6d02fe6
commit d76abec8c0
16 changed files with 535 additions and 169 deletions

View File

@@ -1,3 +1,4 @@
import { gifTools } from './gif';
import { tool as trimVideo } from './trim/meta';
export const videoTools = [...gifTools];
export const videoTools = [...gifTools, trimVideo];