Options
All
  • Public
  • Public/Protected
  • All
Menu

@themezernx/yaz0lib

Yaz0Lib

npm version

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

Generated using TypeDoc