(frontend) install track-processors-js from LiveKit

Recommended dependency to process video tracks, to add a virtual
background, or a blurring effect. Created and maintained by the
core LiveKit's team.

Please note, few issues are known. track-processors-js relies on
MediaPipe (by Google), which is not supported on Firefox …

Quick-win to ship a first draft.
This commit is contained in:
lebaudantoine
2024-09-16 18:13:04 +02:00
committed by aleb_the_flash
parent 64bb1b3bb5
commit a2043abb51
2 changed files with 24 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
"dependencies": {
"@livekit/components-react": "2.5.4",
"@livekit/components-styles": "1.1.2",
"@livekit/track-processors": "0.3.2",
"@pandacss/preset-panda": "0.46.0",
"@react-aria/toast": "3.0.0-beta.15",
"@remixicon/react": "4.2.0",