Skip to content

Releases: mkubdev/svg-pan-zoom

3.6.8

15 Jun 10:14
Compare
Choose a tag to compare

Following changes added :

  • Add support pan and zoom with multi-touch.
  • Export type definitions in typescript.
  • Do not access window and document when exporting the module.
  • Specify {passive: false} explicitly to the event listeners to prevent warnings.