easy-util-tools
  • 👋Welcome to easy-util-tools
  • baseClass(基本类)
    • Color(颜色)
    • Point(点)
    • Line(线)
    • Circle(圆)
    • Rectangle(矩形)
    • Gradient(渐变色)
    • TimeMonitoring(时间统计)
  • utils(工具)
    • formatAmount(格式金额)
    • getStandardCoordinate
Powered by GitBook
On this page
  1. utils(工具)

getStandardCoordinate

获取鼠标的标准化坐标点(Gets the standardized coordinate points of the mouse)

// 导入方法(Import method)
import {utils} from 'easy-util-tools'

let coordinate = utils.getStandardCoordinate(eve, el);
PreviousformatAmount(格式金额)

Last updated 2 years ago