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.

4 lines 420 B
export { defClient as defElevenLabsTextToSpeechClient, synthesize as synthesizeUsingElevenLabsTextToSpeech } from './elevenlabs-text-to-speech.js'; export { defClient as defGoogleCloudTextToSpeechClient, synthesize as synthesizeUsingGoogleCloudTextToSpeech } from './gcp-text-to-speech.js'; export { synthesize_func, synthesize_result, synthesis, synthesis_client } from './schemas.js'; //# sourceMappingURL=index.js.map