UNPKG

@excalidraw/math

Version:

Excalidraw math functions

5 lines (4 loc) 401 B
export { isSomeElementSelected, getElementsWithinSelection, getSelectedElements, getTargetElements, } from "@excalidraw/element"; export { calculateScrollCenter } from "./scroll"; export { hasBackground, hasStrokeWidth, hasStrokeStyle, canHaveArrowheads, canChangeRoundness, } from "@excalidraw/element"; export { getNormalizedZoom, getNormalizedGridSize, getNormalizedGridStep, } from "./normalize";