UNPKG

vue-grabbing-box

Version:

vue-grabbing-box is a container component that allows you to grab to change view-box and also with scaling

57 lines 1.43 kB
{ "name": "vue-grabbing-box", "version": "1.0.0", "description": "vue-grabbing-box is a container component that allows you to grab to change view-box and also with scaling", "files": [ "dist", "README**.md", "dist/vue2", "dist/vue3" ], "main": "./dist/vue2/index.umd.js", "module": "./dist/vue2/index.js", "keywords": [ "canvas", "svg", "drag", "scale", "zoom", "grab", "touch", "container", "vue", "画布", "画布拖拽", "画布缩放", "多指缩放" ], "author": { "name": "maonianyou", "email": "maonianyou@foxmail.com" }, "repository": { "type": "git", "url": "https://github.com/CoderMonkie/vue-grabbing-box.git" }, "homepage": "https://github.com/CoderMonkie/vue-grabbing-box.git", "license": "ISC", "devDependencies": { "sass": "^1.62.1", "vite": "^4.3.1" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dependencies": { "vue": "2.6.14" }, "packageManager": "pnpm@7.30.5", "scripts": { "dev": "pnpm -F '@vue-grabbing-box/vue*' build:dev && pnpm -F '@vue-grabbing-box/demo-*' dev", "build": "pnpm -F '@vue-grabbing-box/vue*' build", "build:publish": "pnpm build && pnpm publish", "build:demo": "pnpm -F '@vue-grabbing-box/demo-*' build", "deploy:gh-pages": "pnpm build:demo && ./scripts/gh-pages.sh" } }