yusitnikov / fix-webm-duration

navigator.mediaDevices.getUserMedia + MediaRecorder create WEBM files without duration metadata. This library appends missing metadata section right to the file blob.
MIT License
248 stars 48 forks source link

Type 'typeof import("{mypath}/fix-webm-duration")' has no call signatures. #15

Open ZHENGYUN01 opened 2 years ago

ZHENGYUN01 commented 2 years ago

this npm package can not be import correctly as below: import fixWebmDuration from "fix-webm-duration";

when i use fixWebmDuration(myblob, duration); it reminds me of Type 'typeof import("{mypath}/fix-webm-duration")' has no call signatures.

yusitnikov commented 1 month ago

Sorry for abandoning the project for a while... Is the issue still relevant?