From e31186e75fbb22c5a79d82ddea5b160f3dd05e04 Mon Sep 17 00:00:00 2001 From: Deep Singhvi Date: Wed, 25 Dec 2024 09:44:25 -0500 Subject: [PATCH] chore: export `WebPlayer` (#31) --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index db04fb4..3428dd5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,5 @@ export * as Cartesia from "./api"; export { CartesiaClient } from "./wrapper/Client"; +export { WebPlayer } from "./wrapper/WebPlayer"; export { CartesiaEnvironment } from "./environments"; export { CartesiaError, CartesiaTimeoutError } from "./errors";