mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-13 17:12:29 +00:00
To reduce the amount of motion that has to be blurred, use a canvas to essentially set the FPS of the video background. This canvas component is behind a temporary feature flag, as well as being able to disable the blur, so it can be played around with on deployed environments.
4 lines
140 B
JavaScript
4 lines
140 B
JavaScript
export { default as LargeVideo } from './LargeVideo';
|
|
export * from './LargeVideoBackground';
|
|
export * from './LargeVideoBackgroundCanvas';
|