Yahweasel / libav.js

This is a compilation of the libraries associated with handling audio and video in ffmpeg—libavformat, libavcodec, libavfilter, libavutil, libswresample, and libswscale—for emscripten, and thus the web.
288 stars 18 forks source link

add loglevel constants to types.d.ts #40

Closed reinhrst closed 7 months ago

reinhrst commented 7 months ago

Fix for #39 added loglevel support, however didn't add the constants to types.d.ts

Yahweasel commented 7 months ago

Whoops :) . Some of the types come across automatically, but the constants are not among them.