MuhammadAbbasAkhtar

Results 4 comments of MuhammadAbbasAkhtar

> Any recommended alternative libraries for Google Maps with React? https://github.com/google-map-react/google-map-react working on `[email protected]`

In NodeJS I had to install these : [@ffmpeg-installer/ffmpeg](https://www.npmjs.com/package/@ffmpeg-installer/ffmpeg) [@ffprobe-installer/ffprobe ](https://www.npmjs.com/package/@ffprobe-installer/ffprobe) and then in [videoshow/lib/index.js](https://github.com/h2non/videoshow/blob/master/lib/index.js): const ffprobePath = require('@ffprobe-installer/ffprobe').path; const ffmpegPath = require('@ffmpeg-installer/ffmpeg').path; var ffmpeg = require('fluent-ffmpeg') ffmpeg.setFfmpegPath(ffmpegPath); ffmpeg.setFfprobePath(ffprobePath);

Currently, the only solution I can think of is to hash the backup codes using bcrypt and store them in DB, and when the user logs in using the code,...

> Hi, did you find a solution? Or any other package that is working with react 17? im using this now https://www.npmjs.com/package/mic-recorder-to-mp3