hlib
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

AVG

Installation

$ npm i hlib --save

Usage

const { LZSS } = require('hlib');
const compressed = fs.readFileSync(`${__dirname}/test/data/compressed.bin`);
const lzss = new LZSS(compressed);
const deflated = lzss.expand();

That's it ;-)

/hlib/

    Package Sidebar

    Install

    npm i hlib

    Weekly Downloads

    6

    Version

    0.0.5

    License

    none

    Unpacked Size

    9.57 kB

    Total Files

    13

    Last publish

    Collaborators

    • robonaut