UNPKG

@open-e/oe-coordinator

Version:

This module is used to detect mouse movement on the border of HTMLElement. Useful usecase is to enable resize event in `div` element when mouse is on the border of it.

37 lines (36 loc) 1.22 kB
{ "name": "@open-e/oe-coordinator", "version": "1.0.18", "peerDependencies": { "@angular/common": "^7.2.0", "@angular/core": "^7.2.0" }, "description": "This module is used to detect mouse movement on the border of HTMLElement. Useful usecase is to enable resize event in `div` element when mouse is on the border of it.", "main": "bundles/open-e-oe-coordinator.umd.js", "repository": { "type": "git", "url": "git+https://github.com/Vibrat/oe-coordinator.git" }, "author": "Lam Nguyen <lam.nguyen.mr@outlook.com>", "license": "MIT", "bugs": { "url": "https://github.com/Vibrat/oe-coordinator/issues" }, "homepage": "https://github.com/Vibrat/oe-coordinator#readme", "keywords": [ "HTMLElement", "Detector" ], "module": "fesm5/open-e-oe-coordinator.js", "es2015": "fesm2015/open-e-oe-coordinator.js", "esm5": "esm5/open-e-oe-coordinator.js", "esm2015": "esm2015/open-e-oe-coordinator.js", "fesm5": "fesm5/open-e-oe-coordinator.js", "fesm2015": "fesm2015/open-e-oe-coordinator.js", "typings": "open-e-oe-coordinator.d.ts", "metadata": "open-e-oe-coordinator.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^1.9.0" } }