@spitch/reader
Version:
Embeddable audio reader component to render a rich audio reader player in African languages.
7 lines (6 loc) • 337 B
TypeScript
export { AudioReader } from './audio-reader';
export { MyElement } from './my-element';
export type { ReaderConfig } from './types/reader-config';
export type { SpitchTTSRequest, SpitchAudioConfig, SpitchTTSResponse } from './services/spitch-api';
export type { Voice } from './types/voice';
export { VOICES } from './constants/voices';