A library for compressing and decompressing Yaz0/Yaz1.
A port of libyaz0 by MasterVermilli0n/AboodXD.
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");
Read the docs here
# install dependencies
yarn
# compile
yarn run build
# simple test
yarn run test