Closed anshul-kai closed 8 years ago
Yeah there's a heavy dependency on node modules which have to be built with browserfy.
You might want to try the pre packaged version:
https://github.com/leetreveil/musicmetadata/blob/master/dist/musicmetadata.js
I'm having trouble using this with
Webpack
as it doesn't support the use offs
. My goal is to use aFile
object sourced from an<input type="file" />
element. Is there a way to make this work with just aFile
object?Thank you!