@unified-live/core
v0.1.2
Published
Client, plugin system, unified types, error hierarchy, and OpenTelemetry tracing for live streaming platform APIs
Downloads
586
Maintainers
Readme
@unified-live/core
Client, plugin system, unified types, error hierarchy, and OpenTelemetry tracing for the unified-live SDK. Zero required runtime dependencies (OpenTelemetry via optional peer dep).
Install
pnpm add @unified-live/coreUsage
import { UnifiedClient } from "@unified-live/core";
const client = UnifiedClient.create({
plugins: [
/* ... */
],
});
const content = await client.resolve("https://www.youtube.com/watch?v=...");Development
pnpm build # Build with tsdown (ESM + CJS)
pnpm type-check # TypeScript type check
pnpm test:run # Run testsDocs
See the full documentation.
