From 8e1e34a7f5f67f42dfa95f053ad3649f52f35f8d Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Tue, 1 Apr 2025 17:45:14 +0100 Subject: [PATCH] feat: add FFmpeg dependencies --- client/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/package.json b/client/package.json index ebc9936..98c99a2 100644 --- a/client/package.json +++ b/client/package.json @@ -3,6 +3,8 @@ "version": "0.1.0", "private": true, "dependencies": { + "@ffmpeg/ffmpeg": "^0.12.15", + "@ffmpeg/util": "^0.12.2", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0",