bitcoinjs / bip39

JavaScript implementation of Bitcoin BIP39: Mnemonic code for generating deterministic keys
ISC License
1.11k stars 447 forks source link

Allow excluding wordlists when building for browserify #105

Closed junderw closed 5 years ago

junderw commented 5 years ago

This will help when packaging bip39 to keep file size down.

With all wordlists: 391392 bytes uglified / compressed.

With English only: 249920 bytes

That saves 141472 bytes

junderw commented 5 years ago

This is the TS version of #98