UNPKG

@zsviczian/excalidraw

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