0.0.4 • Published 4 years ago

js-rle v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

JS-RLE

standard-readme compliant Node.js CI

A Javascript implementation of the RLE+ Spec. See: https://github.com/filecoin-project/specs/blob/master/data-structures.md#rle-bitset-encoding

Install

npm install js-rle

Usage

const RLE = require('js-rle');

let encoded = RLE.Encode(buffer);
let decoded = RLE.Decode(encoded);

The interface expects the JS ArrayBuffer type.

Maintainers

@willscott.

Contributing

Feel free to dive in! Open an issue or submit PRs.

License

MIT © Will Scott

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago