Added first files
All checks were successful
CI / build (push) Successful in 22s

This commit is contained in:
Andrey Kernichniy 2026-03-03 22:22:28 +07:00
parent 4b971ea4eb
commit 12f837d316
11 changed files with 314 additions and 1 deletions

View file

@ -0,0 +1 @@
export const degToRad = (deg: number) => (deg * Math.PI) / 180;