react-speech-component
v0.0.2
Published
Speech componenr for reactjs
Readme
How to use
import SpeechComponent from 'react-speech-component';
import 'react-speech-component/build/css/index.css';
function App() {
return (
<SpeechComponent config={{color: 'blue', position: 'bottom' }}>
<p>You are awesome</p>
</SpeechComponent>
);
}
position can be one of the = ['top', 'bottom', 'left', 'right']
