From 06369568fc93e36b561a302883907261d3b781d6 Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Mon, 7 Apr 2025 19:55:50 +0100 Subject: [PATCH] chore: crop video --- .idea/workspace.xml | 143 +++++++++--------- package-lock.json | 21 +++ package.json | 1 + src/components/input/ToolVideoInput.tsx | 117 ++++++++++++-- .../crop-video/crop-video.service.test.ts | 86 ----------- src/pages/tools/video/crop-video/index.tsx | 68 +++++---- src/pages/tools/video/crop-video/types.ts | 1 - 7 files changed, 239 insertions(+), 198 deletions(-) delete mode 100644 src/pages/tools/video/crop-video/crop-video.service.test.ts diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e536cf3..0fd9063 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,14 +4,15 @@