Skip to content

Commit 597f0b4

Browse files
authored
feat: export VoiceUtils from browser bundle (#48) (#49)
1 parent b1dc53a commit 597f0b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/browser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ export * from "./types";
4242
export { isBrowser, isNode } from "./utils/environment";
4343
// Utilities
4444
export { estimateWordBoundaries } from "./utils/word-timing-estimator";
45+
export * as VoiceUtils from "./core/voice-utils";

0 commit comments

Comments
 (0)