1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-03 17:49:16 +02:00

Correct some typos, expose codecs in the main module (woops), and provide Typescript types (d.ts files)

This commit is contained in:
Jeff Schiller 2022-10-30 16:54:53 -07:00
parent 28e8a8e449
commit d5971c0fdb
23 changed files with 701 additions and 5 deletions

View file

@ -12,7 +12,7 @@
*/
/**
* @typdef ProbeStream ffprobe -show_streams -print_format json. Only the fields we care about.
* @typedef ProbeStream ffprobe -show_streams -print_format json. Only the fields we care about.
* @property {number} index
* @property {string} codec_name
* @property {string} codec_long_name