Borewit/music-metadata

music-metadata@8.1.4 typescript definition is lacking

Closed this issue · 1 comments

Hi, I got some issue when using this library. Type definition for 8.1.4 doesn't include parseFile.

What version included the complete definition? I need to use this feature.

I assume you are using ESM version (v8)?

The parseFile() method is only available in Node.js.
In a browser environment you may looking for parseBlob().