amazon-archives/amazon-transcribe-websocket-static

Which modules to "browserify"?

cylinderStudio opened this issue · 1 comments

I have an existing React JS app I'd like to tinker with by including this demo. The ReadMe mentions some of the modules/libraries that you used dictated the need to Browserify. Can you confirm which ones specifically? Seems like the AWS SDK works ok with React, and there's a crypto-browserify version/fork of crypto.

Never mind. I used crypto-browserify, and used everything else directly in my React JS app and it worked fine.