Open codepool867 opened 4 years ago
This file is generated by our build process. If we merge this, as soon as we build/deploy a new version, this will get erased.
I had to copy this built file and paste it directly into my project in order for it to work.
Not a great solution since I lose all the npm package benefits, but it works until this lib works out how to handle the issue.
Please merge this))
Please fix this issue 😢
Please merge this
Please merge this
Can confirm that this change did fix my issue (ReferenceError: Lame is not defined
when using Vite).
Can we pls merge this if this fix is working fine
Untill admin approves changes, you can use
npm i mic-recorder-to-mp3-fixed
and can be used as:
import MicRecorder from 'mic-recorder-to-mp3-fixed';
I have merged the 32 in this package.
Thanks
I have run into the same LAME not defined error. This PR fixes the error. Thanks @nikolaytoplev.