project-slippi / slippi-js

Parse slp files and compute stats
GNU Lesser General Public License v3.0
148 stars 79 forks source link

Refactor Melee constants #98

Closed vinceau closed 2 years ago

vinceau commented 2 years ago

Description

This PR refactors the Melee constants to be stored as JSON instead of in Typescript. Should make maintainability a bit easier.

Another benefit of this is that it actually makes our compiled code ever so slightly smaller (-8%).

Size Comparison

Before: 1150 KB After: 1065 KB