Mark_anyRTC

Results 2 issues of Mark_anyRTC

[os]: - macOS Catalina 10.15.4 - nodejs v14.4.0 - microbundle 0.13.0 [error log]: ``` $ microbundle (babel plugin) SyntaxError: /Users/chudong/workBench/xxxxx/src/tracks/microphone_audio_track.ts: Unable to handle nested super.prop usage 42 | return new...

upstream

`var PDFImage = require("pdf-image").PDFImage; var pdfImage = new PDFImage("./IP.pdf"); console.log(pdfImage) pdfImage.convertPage(0).then(function (imagePath) { console.log(imagePath) }).catch(err => { console.log(err); });` when i call converPage,and then got an error