ashtuchkin / iconv-lite

Convert character encodings in pure javascript.
MIT License
3.04k stars 282 forks source link

Help bundling for vanilla web #296

Closed hesa2020 closed 2 years ago

hesa2020 commented 2 years ago

Hello I would like to use this library in vanilla web project (without nodejs).

I tried using browserify to bundle the app using the following command: browserify ./lib/index.js -o iconv.js

However I get iconv is undefined when i try to use the variable after using Githubissues.

  • Githubissues is a development platform for aggregating issues.