Skip to content

Commit

Permalink
Fix/pinch zoom bug (#27)
Browse files Browse the repository at this point in the history
* #26 fix

* updated package.json docs
  • Loading branch information
ehassaan authored Oct 6, 2024
1 parent e3d0483 commit 2708ec4
Show file tree
Hide file tree
Showing 62 changed files with 236 additions and 17,866 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# vue-zoomable
# Introduction

Tiny and high performance zoom and pan library for Vue 3. It uses CSS Transforms which provides hardware acceleration.

Checkout the [demos](https://hassaanakbar.github.io/vue-zoomable/demos/).

## Features

- Simply wrap your content in VueZoomable component to make it zoom-able and pan-able.
- Mouse wheel support
- Touch and pinch-zoom support
- Control buttons for zoom and pan
- Supports SVG and HTML content
- Uses CSS transform for zoom and pan
- `ScrollOverlay` component to lock pan/zoom while scrolling

## Installation

`npm install vue-zoomable`
Expand Down
5 changes: 4 additions & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ dist
config.local.js
basement_dist
package-lock.json
pnpm-lock.yaml
pnpm-lock.yaml
.temp
.cache
dist
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"vuepress": "2.0.0-rc.15"
},
"dependencies": {
"vue-zoomable": "^1.2.0"
"vue-zoomable": "^1.2.2"
}
}
11 changes: 0 additions & 11 deletions docs/src/.vuepress/.cache/deps/@vue_devtools-api.js

This file was deleted.

7 changes: 0 additions & 7 deletions docs/src/.vuepress/.cache/deps/@vue_devtools-api.js.map

This file was deleted.

136 changes: 0 additions & 136 deletions docs/src/.vuepress/.cache/deps/@vuepress_shared.js

This file was deleted.

7 changes: 0 additions & 7 deletions docs/src/.vuepress/.cache/deps/@vuepress_shared.js.map

This file was deleted.

46 changes: 0 additions & 46 deletions docs/src/.vuepress/.cache/deps/_metadata.json

This file was deleted.

Loading

0 comments on commit 2708ec4

Please sign in to comment.