-
Notifications
You must be signed in to change notification settings - Fork 18
npm module? #5
Comments
I originally made this module to work in the browser. I have never tested it with Node. I assume it will work with minimal modifications, but I have no experience making NPM modules. I would love if someone could help out in making a NPM module happen. Any help with that would be greatly appreciated. |
It seems like libunrar.js wont work because node js doesn't support web worker, but maybe I'm wrong:
|
|
Minimal modifications:
|
Something like this package.json |
The libunrar.js we use is just the official Rarlabs unrar compiled to JS using Emscripten. So it works the same, but uses much more RAM and CPU. So if you are on a system with unrar installed, that would be a much better thing to use. |
Also note. Our version of libunrar.js has been modified to work without a WebWorker. The original version at https://github.com/wcchoi/libunrar-js uses a WebWorker. So that should not be a problem. |
Ok, I just found this: unarchiver, supported file formats include Zip, Tar-GZip, Tar-BZip2, RAR and more, |
No description provided.
The text was updated successfully, but these errors were encountered: