Obs Client

Basic Usage

Example 1: Import and Initialize

import { /* exports */ } from '@epicdm/flowstate-obs-client';

// Initialize the module
// See API reference for available exports

Example 2: TypeScript Usage

import type { /* types */ } from '@epicdm/flowstate-obs-client';

// Use exported types for type-safe code

Running Examples

These examples can be run within any FlowState package that has @epicdm/flowstate-obs-client as a dependency.

Previous
Overview