aadsm / JavaScript-ID3-Reader

ID3 tags reader in JavaScript (ID3v1, ID3v2 and AAC)

Home Page:http://www.aadsm.net/libraries/id3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any plans for CommonJS-style packaging?

ben-eb opened this issue · comments

I'd like to use this as part of a project using browserify for dependency management/bundling, was just wondering if there were any plans to support this use case? You could potentially use something like UMD to deliver the library for different module loaders: https://github.com/umdjs/umd/blob/master/returnExports.js

My mistake, hadn't seen #16 - this is essentially a +1 to that. 😃