simplify tilt calculations

This commit is contained in:
Gavin McDonald
2025-07-04 13:59:57 -04:00
parent d3eb6f1b46
commit c6e316a1f8
8 changed files with 91 additions and 84 deletions

4
tools/index.ts Normal file
View File

@@ -0,0 +1,4 @@
export * from '@/tools/log';
export * from '@/tools/reduceTilts';
export * from '@/tools/throttle';
export * from '@/tools/validTilt';