closeio / mic-recorder-to-mp3

Microphone Recorder to mp3
MIT License
238 stars 130 forks source link

Presets is not defined #45

Closed JanVeb closed 10 months ago

JanVeb commented 10 months ago

Uncaught ReferenceError: Presets is not defined at index.js:18:1 at mic-recorder-to-mp3.js?v=0c8867da:9:87 at node_modules/mic-recorder-to-mp3/dist/index.js (mic-recorder-to-mp3.js?v=0c8867da:10:7) at __require (chunk-YT7TXMVK.js?v=0c8867da:5:50) at mic-recorder.js:114:12 (anonymous) @ index.js:18 (anonymous) @ mic-recorder-to-mp3.js?v=0c8867da:9 node_modules/mic-recorder-to-mp3/dist/index.js @ mic-recorder-to-mp3.js?v=0c8867da:10 __require @ chunk-YT7TXMVK.js?v=0c8867da:5 (anonymous) @ mic-recorder.js:114 Show less

Didnt find any issue related to this

JanVeb commented 10 months ago

solved by using instead of installing it and importing it import MicRecorder from "mic-recorder-to-mp3";