{
  "name": "effects-sdk",
  "version": "3.12.1",
  "description": "Add real-time AI video effects: virtual backgrounds, blur, touch-up, auto-framing, color correction, lower-thirds, and more. Works on all browsers for conferencing, streaming, and recording.",
  "main": "./tsvb.cjs",
  "module": "./tsvb.mjs",
  "types": "./effects-sdk.d.ts",
  "files": [
    "tsvb.cjs",
    "tsvb.mjs",
    "effects-sdk.d.ts",
    "tsvb.js.LICENSE.txt"
  ],
  "exports": {
    ".": {
      "types": "./effects-sdk.d.ts",
      "require": "./tsvb.cjs",
      "import": "./tsvb.mjs"
    }
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EffectsSDK/video-effects-sdk-web.git"
  },
  "keywords": [
    "Virtual Background",
    "Background Blur",
    "Background Replacement",
    "Smart Zoom",
    "Touch-Up Appearance",
    "AI Video Effects",
    "Real-Time Video Effects",
    "Video Enhancement Tools",
    "Video Filters",
    "Auto-Framing"
  ],
  "author": "Effects SDK",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/EffectsSDK/video-effects-sdk-web/issues"
  },
  "homepage": "https://github.com/EffectsSDK/video-effects-sdk-web#readme"
}
