index : pan-zoom | |
SVG pan/zoom library. |
aboutsummaryrefslogtreecommitdiff |
diff options
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'; |