index : pan-zoom | |
SVG pan/zoom library. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-08-08 19:07:03 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-08-08 19:07:03 -0700 |
commit | 00c092210ba62aa85ff082bbbc21380bfe5cb976 (patch) | |
tree | cf42de26c7cbb2773bd8ba7604fcb1892fe2b106 /index.js | |
parent | 9c34e15c47cf3578adeff41693a62061a25fdcde (diff) |
Add rough programmatic pan; refactor some
Diffstat (limited to 'index.js')
-rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ -export { default as pan } from './src/modules/pan.js'; +export { default as pan, manualPan } from './src/modules/pan.js'; export { default as zoom } from './src/modules/zoom.js'; |