You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7e1e0f1d86f1886d6038225db8396d2b.json 300 B

1
  1. {"ast":null,"code":"import { getPointerData } from './get-pointer-data';\n/**\n * Get pointer/finger position\n */\n\nexport function getPosition(evt) {\n var data = getPointerData(evt);\n return {\n x: data.clientX,\n y: data.clientY\n };\n}","map":null,"metadata":{},"sourceType":"module"}