A library for packing and unpacking SARC/SZS archives, with Yaz0 compression support.
Heavily based on
yarn add @themezernx/sarclib
npm install @themezernx/sarclib
// ES5/ES6
import {SarcFile} from "@themezernx/sarclib/dist";
// commonjs
const {SarcFile} = require("@themezernx/sarclib/dist");
Read the docs here
# install dependencies
yarn
# compile
yarn run build
# simple test
yarn run test