index : pan-zoom | |
SVG pan/zoom library. |
aboutsummaryrefslogtreecommitdiff |
path: root/package.json
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-20 19:34:06 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-23 10:09:51 -0700 |
commit | 2d3fc1cd22ffcc61ec178eeaf97f3a4d7cba98bf (patch) | |
tree | a072ea398ce00b68dd0e5e670b32ac5ee1a812ad /package.json | |
parent | 263201d869956b94660d4efa8297e89dadbe36a8 (diff) |
Use CSS transformations instead of manipulating the viewBox
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/package.json b/package.json index fb86df3..ccfb11c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,12 @@ { - "name": "svg-pan-zoom", + "name": "pan-zoom", + "version": "0.1.0", + "browser": "index.js", "devDependencies": { "esbuild": "^0.20.2", "esbuild-server": "^0.3.0" - } + }, + "files": [ + "./src/modules" + ] } |