UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

7 lines (5 loc) 188 B
import type { PathArray } from '../types'; import { getPathArea } from './get-path-area'; export function getDrawDirection(pathArray: PathArray) { return getPathArea(pathArray) >= 0; }