Skip to content

ryokik/bibi-zip-loader

 
 

Repository files navigation

Bibi Zip Loader

Zip Loader for Bibi

Requiements

  • Rust 1.34
  • Binaryen brew install binaryen --HEAD
  • wasm-pack cargo install wasm-pack
  • Node 8

Usage

// LSZL is used as ES6 Class.
const lszl = new LSZL({
  url: 'https://example.com/pass/to/book.epub'
});

const promise = lsld.getBuffer('mimetype'); // returns a promise that will be resolved with an ArrayBuffer.

promise.then((buffer) => {
   // use buffer
});

Development

npm bootstrap # prepare submodules
npm install   # install dependencies
npm start     # start webpack-dev-server
npm pack      # build package

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 55.0%
  • Rust 35.3%
  • JavaScript 7.7%
  • Other 2.0%