UNPKG

otter-react-photo-view

Version:

An exquisite React photo preview component

6 lines (5 loc) 241 B
import type React from 'react'; /** * 从 Touch 事件中获取两个触控中心位置 */ export default function getMultipleTouchPosition(evt: TouchEvent | React.TouchEvent): [clientX: number, clientY: number, touchLength: number];