@jackdbd/eleventy-plugin-text-to-speech
Version:
Eleventy plugin for the Google Cloud Text-to-Speech API
13 lines • 516 B
TypeScript
export declare type AudioEncoding = 'ALAW' | 'AUDIO_ENCODING_UNSPECIFIED' | 'LINEAR16' | 'MP3' | 'MULAW' | 'OGG_OPUS';
export declare type SsmlGender = 'FEMALE' | 'MALE' | 'NEUTRAL' | 'SSML_VOICE_GENDER_UNSPECIFIED';
export declare type AudioInnerHTML = (hrefs: string[]) => string;
export declare type CloudStorageHost = {
bucketName: string;
keyFilename: string;
};
export interface Rule {
regex: RegExp;
cssSelectors: string[];
xPathExpressions: string[];
}
//# sourceMappingURL=types.d.ts.map