@livelybone/scroll-get
Advanced tools
Comparing version 3.2.0 to 3.2.1
/** | ||
* Bundle of @livelybone/scroll-get | ||
* Generated: 2018-12-25 | ||
* Version: 3.2.0 | ||
* Generated: 2018-12-28 | ||
* Version: 3.2.1 | ||
* License: MIT | ||
@@ -6,0 +6,0 @@ * Author: livelybone(2631541504@qq.com) |
/** | ||
* Bundle of @livelybone/scroll-get | ||
* Generated: 2018-12-25 | ||
* Version: 3.2.0 | ||
* Generated: 2018-12-28 | ||
* Version: 3.2.1 | ||
* License: MIT | ||
@@ -6,0 +6,0 @@ * Author: livelybone(2631541504@qq.com) |
{ | ||
"name": "@livelybone/scroll-get", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "A module for get left/top distance to client or page of element", | ||
@@ -29,3 +29,3 @@ "main": "./lib/umd/index.js", | ||
}, | ||
"homepage": "https://github.com/livelybone/scroll-get#readme", | ||
"homepage": "https://livelybone.github.io/tool/scroll-get", | ||
"devDependencies": { | ||
@@ -32,0 +32,0 @@ "eslint": "^5.3.0", |
@@ -15,3 +15,3 @@ # @livelybone/scroll-get | ||
## Demo | ||
https://github.com/livelybone/scroll-get#readme | ||
https://livelybone.github.io/tool/scroll-get | ||
@@ -43,7 +43,1 @@ ## Installation | ||
``` | ||
```js | ||
// when you want to set this module as external while you are developing another module, you should import it like this | ||
import * as ScrollGet from '@livleybone/scroll-get' | ||
const {getRect, posRelativeToPage, posRelativeToClient} = ScrollGet | ||
``` |
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
4856
42