index : pan-zoom | |
SVG pan/zoom library. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2025-03-19 19:27:56 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2025-03-19 19:27:56 -0700 |
commit | 06e5c4e09ea8373e153e8fa8b3ea97203f7c61f9 (patch) | |
tree | c50fe66f2ad3e7ff1b0dfe5bb1f069ef1ac76ba8 /index.js | |
parent | 2919627c1e8fefb1c9bbd4034419b4fd2b117b9e (diff) |
Add programmaticZoom
Diffstat (limited to 'index.js')
-rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ export { default as pan, programmaticPan } from './src/modules/pan'; -export { default as zoom } from './src/modules/zoom'; +export { default as zoom, programmaticZoom } from './src/modules/zoom'; export * as withRestore from './src/modules/with-restore'; |