UNPKG

@andresaya/edge-tts

Version:

Edge TTS is a package that allows access to the online text-to-speech service used by Microsoft Edge without the need for Microsoft Edge, Windows, or an API key.

3 lines (2 loc) 148 B
export { EdgeTTS, type Voice, type SynthesisOptions, type WordBoundary } from './services/EdgeTTS'; export { Constants } from './config/constants';