Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 ⌖

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
```