1.0.2 • Published 3 years ago

@themezernx/yaz0lib v1.0.2

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

Yaz0Lib

A library for compressing and decompressing Yaz0/Yaz1.

A port of libyaz0 by MasterVermilli0n/AboodXD.

Installation

yarn add @themezernx/yaz0lib

npm install @themezernx/yaz0lib
// ES5/ES6
import {compressYaz0, decompressYaz0} from "@themezernx/yaz0lib/dist";

// commonjs
const {compressYaz0, decompressYaz0} = require("@themezernx/yaz0lib/dist");

Docs

Read the docs here

Build

# install dependencies
yarn

# compile
yarn run build

# simple test
yarn run test