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

One more tweak to README

This commit is contained in:
Jeff Schiller 2022-10-30 14:27:30 -07:00
parent fd2815ce83
commit 241c2bc1be

View file

@ -115,6 +115,8 @@ exec(cmd, (error, stdout) => {
const info = JSON.parse(stdout); const info = JSON.parse(stdout);
// 'video/mp4; codecs="avc1.4D4028, mp4a.40.2"' // 'video/mp4; codecs="avc1.4D4028, mp4a.40.2"'
const contentType = getFullMIMEString(info); const contentType = getFullMIMEString(info);
...
});
``` ```
## bitjs.file ## bitjs.file