williamngan / pts

A library for visualization and creative-coding
https://ptsjs.org
Apache License 2.0
5.15k stars 183 forks source link

MediaRecorder types are missing #160

Open Isabello opened 2 years ago

Isabello commented 2 years ago

Because they are included only as a dev dependency, they do not make it downstream. I resolved this by adding the below line to my repo.

"@types/dom-mediacapture-record": "^1.0.7",

I tested against the current prerelease tag and the master branch.

williamngan commented 2 years ago

Thanks for catching it. I'll add this in the next patch.