crypto-browserify icon indicating copy to clipboard operation
crypto-browserify copied to clipboard

Load by demand

Open Josema opened this issue 6 years ago • 2 comments

Is there any options to browserify less code. Using just AES encryption I got a 300kb min file. Maybe using rollup or loading sub modules require('crypto/aes').

Josema avatar Jul 21 '17 12:07 Josema

all of the module are available to require individually so you could require browserify-cipher directly

calvinmetcalf avatar Jul 24 '17 11:07 calvinmetcalf

Agreed, better to just require browserify-cipher and get just the code for that that way. Could this perhaps be closed by any chance?

rawr51919 avatar Feb 02 '21 22:02 rawr51919