Skip to content

Commit

Permalink
chore: export WebPlayer (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Dec 25, 2024
1 parent 5a53baf commit e31186e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -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";

0 comments on commit e31186e

Please sign in to comment.