Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuquangpham/position.js
Creating a library for getting cursor position or debugging visually ⌖
https://github.com/vuquangpham/position.js
fe-lib javascript mousemove position
Last synced: about 1 month ago
JSON representation
Creating a library for getting cursor position or debugging visually ⌖
- Host: GitHub
- URL: https://github.com/vuquangpham/position.js
- Owner: vuquangpham
- License: mit
- Created: 2023-07-07T17:30:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-22T10:28:58.000Z (over 1 year ago)
- Last Synced: 2024-10-15T08:49:09.094Z (3 months ago)
- Topics: fe-lib, javascript, mousemove, position
- Language: JavaScript
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Position.js
> Creating a library for getting cursor position or easy debugging visually ⌖
## Deployment
Run `./public` in live server
```shell
npm run dev
```Build files from `./src` and `./public` to `./dist` for production
```shell
npm run build:prod
```