UNPKG

@jackdbd/eleventy-plugin-text-to-speech

Version:

Eleventy plugin that uses text-to-speech to generate audio assets for your website, then injects audio players in your HTML.

7 lines 721 B
export { defClient as defElevenLabsTextToSpeechClient, synthesize as synthesizeUsingElevenLabsTextToSpeech } from './elevenlabs-text-to-speech.js'; export type { SynthesizeConfig as ElevenLabsTextToSpeechSynthesizeConfig } from './elevenlabs-text-to-speech.js'; export { defClient as defGoogleCloudTextToSpeechClient, synthesize as synthesizeUsingGoogleCloudTextToSpeech } from './gcp-text-to-speech.js'; export type { SynthesizeConfig as GoogleCloudTextToSpeechSynthesizeConfig } from './gcp-text-to-speech.js'; export { synthesize_func, synthesize_result, synthesis, synthesis_client } from './schemas.js'; export type { Synthesize, SynthesizeResult, Synthesis } from './schemas.js'; //# sourceMappingURL=index.d.ts.map