diff options
| author | Michael Foiani <sotech117@michaels-mbp-5.devices.brown.edu> | 2022-06-02 11:27:17 -0400 |
|---|---|---|
| committer | Michael Foiani <sotech117@michaels-mbp-5.devices.brown.edu> | 2022-06-02 11:27:17 -0400 |
| commit | 8e0b274fa0fe0a1e8cfa0d3f9d147c3e6a639d38 (patch) | |
| tree | 4bba2d9cde724e5929a1b4e2f47b1e355624a1dc /package.json | |
| parent | 560d7090702c3559724420f3571b11d86c930177 (diff) | |
ffmpeg code added, but there is an error with sharedArrayBuffer
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 6185bc0d7..ef646b1d9 100644 --- a/package.json +++ b/package.json @@ -112,6 +112,8 @@ "webpack-hot-middleware": "^2.25.1" }, "dependencies": { + "@ffmpeg/core": "0.10.0", + "@ffmpeg/ffmpeg": "0.10.0", "@fortawesome/fontawesome-svg-core": "^1.3.0", "@fortawesome/free-brands-svg-icons": "^5.15.4", "@fortawesome/free-regular-svg-icons": "^5.15.4", |
