UNPKG

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

Version:
20 lines 631 B
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