index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-08-08 13:45:24 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-08-08 13:45:24 -0700 |
commit | 0b27586a7f3c45016cab169661d914154a4d81ef (patch) | |
tree | e182e2c39e714737b0ab53b853a1986dfaead89b /node_modules/pan-zoom/index.js | |
parent | 9d76272f7b57f9d5271b3c5e2c6d0683ff80d019 (diff) |
WIP: auto-pan map to selected counter
Diffstat (limited to 'node_modules/pan-zoom/index.js')
-rw-r--r-- | node_modules/pan-zoom/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/pan-zoom/index.js b/node_modules/pan-zoom/index.js new file mode 100644 index 0000000..ab80f47 --- /dev/null +++ b/node_modules/pan-zoom/index.js @@ -0,0 +1,2 @@ +export { default as pan, manualPan } from './src/modules/pan.js'; +export { default as zoom } from './src/modules/zoom.js'; |