Skip to content

A library for compressing and decompressing Yaz0/Yaz1. A port of libyaz0 by MasterVermilli0n/AboodXD.

License

Notifications You must be signed in to change notification settings

ThemezerNX/Yaz0Lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A library for compressing and decompressing Yaz0/Yaz1. A port of libyaz0 by MasterVermilli0n/AboodXD.

Resources

License

Stars

Watchers

Forks