1.0.2 • Published 3 years ago

@themezernx/sarclib v1.0.2

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

SarcLib

A library for packing and unpacking SARC/SZS archives, with Yaz0 compression support.

Heavily based on

  • SarcLib by RoadrunnerWMC, MasterVermilli0n/AboodXD
  • sarc by leoetlino

Installation

yarn add @themezernx/sarclib

npm install @themezernx/sarclib
// ES5/ES6
import {SarcFile} from "@themezernx/sarclib/dist";

// commonjs
const {SarcFile} = require("@themezernx/sarclib/dist");

Docs

Read the docs here

Build

# install dependencies
yarn

# compile
yarn run build

# simple test
yarn run test