Get coordinates from a mouse or touch event.
npm install get-client-xyGet coordinates from a mouse or touch event.

``sh`
npm install get-client-xy
`js
const getClientXY = require("get-client-xy")
const [x, y] = getClientXY(event)
`
#### event
Type: MouseEvent | TouchEvent`
The event to extract the data from.