Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatalin Mititiuc <webdevcat@proton.me>2024-08-09 10:22:44 -0700
committerCatalin Mititiuc <webdevcat@proton.me>2024-08-09 10:22:44 -0700
commit90fe01caaf5b8e0488aef15eb5c76f1e87145797 (patch)
tree8d4bdc49898ed8a3842468b93638400496891b6e /node_modules/pan-zoom/index.js
parentca9ad3ac2a8a0b5709ae7f55dcff3a7473bb9203 (diff)
Extract programmatic pan coord calculations into gameboard module
Diffstat (limited to 'node_modules/pan-zoom/index.js')
-rw-r--r--node_modules/pan-zoom/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/node_modules/pan-zoom/index.js b/node_modules/pan-zoom/index.js
deleted file mode 100644
index ab80f47..0000000
--- a/node_modules/pan-zoom/index.js
+++ /dev/null
@@ -1,2 +0,0 @@
-export { default as pan, manualPan } from './src/modules/pan.js';
-export { default as zoom } from './src/modules/zoom.js';