Extract programmatic pan coord calculations into gameboard module

This commit is contained in:
2025-06-16 22:41:34 -07:00
parent 0af6380fee
commit d393f23e36
7 changed files with 42 additions and 112 deletions

View File

@@ -1,7 +1,7 @@
{
"type": "module",
"dependencies": {
"pan-zoom": "github:webdevcat-me/pan-zoom"
"pan-zoom": "file:../pan-zoom"
},
"devDependencies": {
"esbuild": "^0.20.2",