creeperyang / id3-parser

A pure JavaScript id3 tag parser.
54 stars 13 forks source link

Type Definition File #7

Closed chordmemory closed 8 years ago

chordmemory commented 8 years ago

First off - this is by far the most simple and effective id3 parser I've found for node, thank you!

I've created a typing for this for use with typescript. It is also registered within the typings registry so it can be pulled into projects as a dependency.

You can find it here - https://github.com/dvdcxn/typed-id3-parser

I'm not sure how familiar you are with typescript but I reckon folk will find it useful. Would it be worth updating the readme with information on how to install it?

creeperyang commented 8 years ago

Thanks.

I'm not familiar with typescript, So a pr for readme is welcome. You can describe installation info about typed-id3-parser and more.