mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-13 04:20:05 +02:00
Abstract away or eliminate most of the mutation of the Elements array (#955)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Point } from "roughjs/bin/geometry";
|
||||
import { Point } from "./types";
|
||||
|
||||
// https://stackoverflow.com/a/6853926/232122
|
||||
export function distanceBetweenPointAndSegment(
|
||||
|
Reference in New Issue
Block a user