feat: Adds psychrometrics calculator.

This commit is contained in:
2025-03-06 13:41:38 -05:00
parent e0e5b10a34
commit ee577003d5
13 changed files with 1386 additions and 7 deletions

View File

@@ -55,6 +55,12 @@ struct HomePage: HTML, Sendable {
svg: .scale,
route: .heatingBalancePoint(.index)
)
group(
label: "Psychrometrics",
description: Psychrometrics.description,
svg: .droplets,
route: .psychrometrics(.index)
)
}
}