LiveSplit / livesplit-core

livesplit-core is a library that provides a lot of functionality for creating a speedrun timer.

Home Page:https://livesplit.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update lib on npm.

duncte123 opened this issue · comments

The current release of livesplit-core on npm is over 5 years old. This version is used by nodecg-speedcontrol for the timer and it has been throwing some errors since nodecg version 2.

Could you publish the latest version of livesplit-core to npm?

The problem is partially that we switched to WebAssembly since then and as far as I can tell, packaging WebAssembly is weird in that each module loader will require it to be packaged differently... so I'm not sure how to do that properly. I feel like it's probably best for nodecg to just stop using livesplit-core if it causes problems.