Socket
Book a DemoInstallSign in
Socket

@evilkiwi/obs

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evilkiwi/obs

OBS Studio WebSocket Client

1.0.5
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source
NPM Discord Apache-2.0

OBS Studio WebSocket Client

@evilkiwi/obs provides a simple hook which can be used to connect to and consume the OBS Studio WebSocket API.

Installation

This package is available via NPM:

yarn add @evilkiwi/obs

# or

npm install @evilkiwi/obs

Usage

import { obs } from '@evilkiwi/obs';

const client = await obs({ debug: true });

// Asynchronous requests.
const allScenes = await client.request('GetSceneList');

// Subscriptions.
client.events.on('SwitchScenes', ({ sceneName }: any) => {
    console.log(`Active Scene was changed to ${sceneName}`);
});

To-do

  • Fully type the responses and provided methods from XJS
  • Allow running in NodeJS via ws

Keywords

obs

FAQs

Package last updated on 29 Mar 2022

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.