UNPKG

@untemps/react-vocal

Version:

React component and hook to initiate a SpeechRecognition session

8 lines (5 loc) 248 B
import Vocal from './components/Vocal' import { Vocal as SpeechRecognitionWrapper } from '@untemps/vocal' export { default as useVocal } from './hooks/useVocal' export const isSupported = SpeechRecognitionWrapper.isSupported export default Vocal