Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "libresplit-converter"
name = "converter"
license = "GPL-3.0-or-later"
authors = [
"Jack Tench",
"wins1ey <wins1ey at wins1ey dot win>"
]
repository = "https://github.com/LibreSplit/LibreSplit-converter"
repository = "https://github.com/LibreSplit/converter"
version = "0.1.3"
edition = "2024"

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# LibreSplit-converter
# converter

A WASM library for converting [LiveSplit](https://livesplit.org) `.lss` files into the [LibreSplit](https://libresplit.org) `.json` format.

An online converter using this library is available at [libresplit.org/converter](https://libresplit.org/converter).

## Install
```bash
npm i @libresplit/libresplit-converter
npm i @libresplit/converter
```

## Build
Expand All @@ -20,13 +20,13 @@ npm i @libresplit/libresplit-converter

### Building
```sh
git clone https://github.com/LibreSplit/LibreSplit-converter
cd LibreSplit-converter
git clone https://github.com/LibreSplit/converter
cd converter
wasm-pack build --scope libresplit --target web --release
```

This outputs a compiled WASM package under `pkg/`.

---

Published as an npm package under [`@libresplit/libresplit-converter`](https://npmjs.com/package/@libresplit/libresplit-converter).
Published as an npm package under [`@libresplit/converter`](https://npmjs.com/package/@libresplit/converter).