Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@videosdk.live/react-native-media-effects

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@videosdk.live/react-native-media-effects

A library enhances your video applications by providing advanced media effects, including virtual backgrounds.

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
0
Weekly downloads
 
Created
Source


React Native Media Effects
videosdk.live

NPM downloads NPM latest version

A library enhances your video applications by providing advanced media effects, including virtual backgrounds.

Installation

npm install react-native-media-effects

Usage

import VideosdkMediaEffects from "react-native-media-effects"

// apply image as background
VideosdkMediaEffects.applyImageBackground("https://cdn.videosdk.live/virtual-background/cloud.jpeg");

// apply color as background
VideosdkMediaEffects.applyColorBackground("#FF0000");

// apply blur background
VideosdkMediaEffects.applyBlurBackground(23.0);


// remove background
VideosdkMediaEffects.removeBackground();

Documentation

You can check out our documentation for more information.

Keywords

FAQs

Package last updated on 17 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc