@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.
5 lines • 329 B
TypeScript
import { z } from 'zod';
export declare const audio_inner_html: z.ZodFunction<z.ZodTuple<[z.ZodArray<z.ZodString, "many">], z.ZodUnknown>, z.ZodString>;
export type AudioInnerHtml = z.infer<typeof audio_inner_html>;
export declare const defaultAudioInnerHTML: (hrefs: string[]) => string;
//# sourceMappingURL=audio-html.d.ts.map