@any-touch/tap
Advanced tools
Comparing version 2.0.3 to 2.1.0
{ | ||
"name": "@any-touch/tap", | ||
"version": "2.0.3", | ||
"version": "2.1.0", | ||
"description": "any-touch的识别器, 用来识别点击手势.", | ||
@@ -11,5 +11,5 @@ "main": "./dist/index", | ||
"dependencies": { | ||
"@any-touch/compute": "^2.0.3", | ||
"@any-touch/shared": "^2.0.3", | ||
"@any-touch/vector": "^2.0.3" | ||
"@any-touch/compute": "^2.1.0", | ||
"@any-touch/shared": "^2.1.0", | ||
"@any-touch/vector": "^2.1.0" | ||
}, | ||
@@ -23,3 +23,3 @@ "files": [ | ||
"sideEffects": false, | ||
"gitHead": "8883ce697d63c7347481eef21544b65699cdd923" | ||
"gitHead": "91e58656b132d38f6559bda794c9011e78a37ec2" | ||
} |
# @any-touch/tap | ||
**点击**识别器. | ||
## 安装 | ||
```shell | ||
npm i -S @any-touch/tap | ||
``` | ||
## 快速开始 | ||
@@ -17,3 +22,2 @@ ```javascript | ||
``` | ||
**⚠️注意**: 执行`npm i any-touch`后, **@any-touch/core和@any-touch/tap**便已自动安装, 直接引入即可. | ||
@@ -20,0 +24,0 @@ ## 参数 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32
10934
Updated@any-touch/compute@^2.1.0
Updated@any-touch/shared@^2.1.0
Updated@any-touch/vector@^2.1.0