@jackdbd/eleventy-plugin-text-to-speech
Version:
Eleventy plugin for the Google Cloud Text-to-Speech API
20 lines • 631 B
TypeScript
export declare const DEBUG_PREFIX = "eleventy-plugin-text-to-speech";
export declare const ERROR_MESSAGE_PREFIX: {
invalidConfiguration: string;
};
export declare const DEFAULT_CSS_SELECTORS: string[];
export declare const DEFAULT_REGEX: RegExp;
export declare const DEFAULT_XPATH_EXPRESSIONS: string[];
export declare const DEFAULT: {
audioEncodings: string[];
cacheExpiration: string;
collectionName: string;
rules: {
regex: RegExp;
cssSelectors: string[];
xPathExpressions: never[];
}[];
transformName: string;
voiceName: string;
};
//# sourceMappingURL=constants.d.ts.map