rf00 / minizip-asm.js

Minizip in javascript. Work with password. Demo:
https://rf00.github.io/minizip-asm.js/example/
Other
42 stars 17 forks source link

zip blob with password #2

Open DanRic opened 5 years ago

DanRic commented 5 years ago

Hi, I'm working with Angular (typescript). How I can create zip with password passing Blob object or string? I don't want to use files on local paths.

Thanks