UNPKG

pikaso

Version:

Seamless, Fully-typed and Fully-tested HTML5 Canvas Library

3 lines (2 loc) 110 B
import { Point } from '../../types'; export declare function getPointsDistance(p1: Point, p2: Point): number;