Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatalin Mititiuc <webdevcat@proton.me>2024-08-08 13:45:24 -0700
committerCatalin Mititiuc <webdevcat@proton.me>2024-08-08 13:45:24 -0700
commit0b27586a7f3c45016cab169661d914154a4d81ef (patch)
treee182e2c39e714737b0ab53b853a1986dfaead89b /node_modules/pan-zoom/index.js
parent9d76272f7b57f9d5271b3c5e2c6d0683ff80d019 (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.js2
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';