lesca-click
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "lesca-click", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "replace click / touch start on SPY page", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -28,7 +28,12 @@ [![dev by JamesHsu](https://img.shields.io/badge/Dev%20by-Jameshsu1125-green)](https://github.com/jameshsu1125/) [![made in Taiwan](https://img.shields.io/badge/Made%20in-Taiwan-orange)](https://github.com/jameshsu1125/) | ||
| add(target, execution) | target | selector => ".target" or "#target" | | | ||
| | execution | selector => ".target" or "#target" | | | ||
| | execution | call when target clicked | | | ||
| remove(target) | target | selector => ".target" or "#target" | | | ||
| clear() | | clear all functions | | | ||
| destory() | | remove all event | | | ||
# Properties | ||
| Properties | type | description | default | | ||
| :--------- | :--: | :---------: | ------: | | ||
| Properties | type | description | default | | ||
| :------------- | :----: | :-------------------------: | ------: | | ||
| preventDefault | bool | prevent Default by yourself | true | | ||
| deviation | number | click hand deviation | 30 | |
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
12895
39