You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slippi-js now contains two entry points depending on your needs, one for browsers and one for servers. This will make developing web applications that need to read replay data much easier! (#150)
Default Export: @slippi/slippi-js (Browser/Web)
Node.js Export: @slippi/slippi-js/node
If you're targeting the browser/web, you will no longer need to polyfill any of the Node.js built-in modules
Any current usage of slippi-js that relies on file reading will need to be updated to @slippi/slippi-js/node