calculator players

This commit is contained in:
Dominic Ferrando
2025-10-13 20:25:05 -04:00
parent ba9354fede
commit 39aace7c8f
8 changed files with 665 additions and 310 deletions
+1
View File
@@ -6,6 +6,7 @@ import avgWeightDataRaw from "$lib/data/avg-weights.json"
// -------------------------------------------------------------------------------------------------
export type Player = {
name?: string;
metrics: Metrics;
}