UNPKG

speechly

Version:

A React component for text-to-speech functionality using the Speechify API

5 lines (4 loc) 188 B
import './index.css'; export { Speechly } from './components/Speechly'; export type { SpeechlyProps } from './components/Speechly/types'; export { setApiKey, createApi } from './lib/api';