@libresplit/converter
v1.0.0
Published
A WASM library for converting [LiveSplit](https://livesplit.org) `.lss` files into the [LibreSplit](https://libresplit.org) `.json` format.
Readme
converter
A WASM library for converting LiveSplit .lss files into the LibreSplit .json format.
An online converter using this library is available at libresplit.org/converter.
Install
npm i @libresplit/converterBuild
Prerequisites
- Rust toolchain:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - WASM compiler target:
rustup target add wasm32-unknown-unknown - wasm-pack:
cargo install wasm-packorcurl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
Building
git clone https://github.com/LibreSplit/converter
cd converter
wasm-pack build --scope libresplit --target web --releaseThis outputs a compiled WASM package under pkg/.
Published as an npm package under @libresplit/converter.
