First of all, great library, love it!
But, I just spent a lot of hours debugging why our application failed, and it's because iconv-lite, a dependency of this library uses require('buffer').Buffer, which ended up in our web application JS code.
Could this library have an export version that does not use include any node specific modules?