UNPKG

@huluvu424242/honey-speaker

Version:

Text to Speech component wich is reading texts from DOM elements.

12 lines (11 loc) 291 B
export interface ResponseInfo { content: string; status: number; } export declare class Fileloader { static loadData(dataUrl: string): Promise<string>; protected url: URL; constructor(fileURL: URL); static of(fileURL: string): Fileloader; loadFileContent(): Promise<string>; }