react-speech-kit
react-speech-kit copied to clipboard
Can't not npm i @type/react-speech-kit
I using typescript, npm ver: 6.14.13, react 17.0.2 I failed with err:
Could not find a declaration file for module 'react-speech-kit'. 'C:/Users/Admin/google-meet-clone/frontend/node_modules/react-speech-kit/dist/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/react-speech-kit
if it exists or add a new declaration (.d.ts) file containing declare module 'react-speech-kit';
I try npm i @type/react-speech-kit but it not working. Please help me!
Same issue here also. Please help.
hmm i think lib not support typescript 😄
If you want TypeScript support for text-to-speech in React 18 you can try tts-react.