npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

effects-sdk

v3.1.5

Published

Add real-time webcam effects (virtual background, background blur, touch up my appearance, auto-framing, color correction. lower-thirds) for video calls.

Downloads

64,963

Readme

Video Effects SDK - NPM Package Usage

Add real-time AI video enhancement that makes video meeting experience more effective and comfortable to your application in a few hours.

Introducing our powerful and advanced web SDK for video communication products. With our web SDK, you can now elevate your video conferencing experience with features like background blur, virtual background, auto-framing or smart zoom, beautification, and automatic color correction.

Our background blur feature helps you maintain your privacy and professionalism during video calls by blurring out the background behind you. Virtual background takes it one step further by allowing you to replace your real background with a custom image or video of your choice.

With our auto-framing or smart zoom feature, you no longer have to worry about staying in frame during your video calls. Our SDK automatically adjusts the camera's field of view to keep you centered in the frame, even if you move around.

Our beautification feature enhances your appearance during video calls by smoothing out skin tones, removing blemishes, and adjusting lighting to create a more polished look. This feature is perfect for those who want to boost their confidence and create a professional appearance.

Finally, our automatic color correction feature adjusts the camera's color settings to improve the overall image quality, even in low-light environments or with poor quality cameras.

Overall, our web SDK is the perfect solution for those looking to take their video conferencing experience to the next level. With advanced features like background blur, virtual background, auto-framing or smart zoom, beautification, and automatic color correction, you can create a professional and polished appearance during your video calls. Try our web SDK today and elevate your video conferencing experience.

Explore our Chrome Extension, built upon this Web SDK. You can effortlessly test all features and compatibility with your application without any integration hassle:

Watch the video

Requirements

  • Obtaining Effects SDK Customer ID
  • SSL to get MediaStream from browser
  • Support of WebGL 1.0

Instalation

npm install effects-sdk

Usage

import { tsvb } from 'effects-sdk';

const sdk = new tsvb('{CUSTOMER_ID}');

//versions of wasm files should be matched with SDK version
 sdk.config({
          wasmPaths: { 
                   'ort-wasm.wasm': 'https://effectssdk.ai/sdk/web/3.1.5/ort-wasm.wasm',
                   'ort-wasm-simd.wasm': 'https://effectssdk.ai/sdk/web/3.1.5/ort-wasm-simd.wasm'
               }
        });

Documentation

Demo

Live Demo

Chrome extension for end customers

AI Webcam Visual Effects: Google Meet & Other

For the best quality - disable Frame Skipping and use Quality segmentation preset

For the best performance – enable Frame Skipping and use Lightning segmentation preset

Most common usage - disabled Frame Skipping and use Balanced segmentation preset

Obtaining Effects SDK Customer ID

Effects SDK Customer ID is required to get SDK working.

To receive a new trial Customer ID please fill in the contact form on effectssdk.com website.

Technical Details

Features

  • Virtual backgrounds (put image or video as a background) - implemented
  • Use Desktop Capture as a background - implemented
  • Background blur - implemented
  • Beautification/Touch up my appearance - implemented
  • Auto framing - implemented
  • Auto color correction - implemented
  • Layouts - implemented
  • One basic Lower-Third - implemented
  • Overlays - implemented
  • New Lower-Thirds (5) - implemented
  • Color filters - implemented
  • Low-light Correction - implemented
  • Video clarity/Sharpness - in progress