Closed fahadashiq12 closed 1 year ago
Note: The Project is in Typescript
@fahadashiq12 if you're looking for text-to-speech in React 18 with TypeScript you can try tts-react. I've been developing it over the past couple of weeks but should be considered production ready.
@fahadashiq12 if you're looking for text-to-speech in React 18 with TypeScript you can try tts-react. I've been developing it over the past couple of weeks but should be considered production ready.
@morganney thanks. Even I was going to open this issue.
I am trying to install react-speech-kit in react-18 project but it didn't work out? Any alternatives to this library I want the specific section of my react application to implement text-to-speech functionality.
@fahadashiq12 , Same here! Now I was going to open this issue Actually they need to do two things
@MikeyParton , please help us out with this issue. Thanks.
@asadullahehsan @fahadashiq12
Hello all, I found myself here and figured out there's nothing in this package that won't work on React18. I installed the package with:
npm install --legacy-peer-deps react-speech-kit
@gr1pcoding , we can do that, no doubt. But would it be safe for the whole project in the long run? As there are already 5-6 more npm packages used in this project. This is not the only one package being used with React 18.
@asadullahehsan I didn't see any dependencies listed in package.json so it didn't seem to be an issue, the two source files don't import anything other than react. I'm just using this in a personal project though so hadn't given it much thought.
I try with npm install react-speech-kit -f
and it's working fine.
I guess this issue has been resolved closing this one.
I am trying to install react-speech-kit in react-18 project but it didn't work out? Any alternatives to this library I want the specific section of my react application to implement text-to-speech functionality.