iancoleman / bip39

A web tool for converting BIP39 mnemonic codes
https://iancoleman.io/bip39/
MIT License
3.49k stars 1.44k forks source link

Replace minified libraries with unminified ones #334

Closed iancoleman closed 4 years ago

iancoleman commented 5 years ago

eg kjua-0.1.1.min.js should not be minified

This allows simpler code checking and debugging.

iancoleman commented 4 years ago

Superseded by #343