UNPKG

points-on-path

Version:
4 lines (3 loc) 184 B
import { Point } from 'points-on-curve'; export { Point } from 'points-on-curve'; export declare function pointsOnPath(path: string, tolerance?: number, distance?: number): Point[][];