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
259 stars 50 forks source link

Add npm and import guide #12

Closed ivictbor closed 3 months ago

ivictbor commented 2 years ago

Hey @yusitnikov, great work, thanks! I propose to add npm i command so devs can understand it is an official (yours) package on npm faster. Tested both commands on my project

yusitnikov commented 3 months ago

The guide is already there