Detalhes do pacote

get-client-xy

Richienb2.7kMIT2.0.0

Get coordinates from a mouse or touch event.

event, clientRect, touch, mousedown

readme (leia-me)

get-client-xy

Get coordinates from a mouse or touch event.

NPM Badge

Install

npm install get-client-xy

Usage

const getClientXY = require("get-client-xy")

const [x, y] = getClientXY(event)

API

getClientXY(event)

event

Type: MouseEvent | TouchEvent

The event to extract the data from.