@excalidraw/excalidraw
Version:
Excalidraw as a React component
5 lines (4 loc) • 425 B
TypeScript
export { isSomeElementSelected, getElementsWithinSelection, getCommonAttributeOfSelectedElements, getSelectedElements, getTargetElements, } from "./selection";
export { calculateScrollCenter } from "./scroll";
export { hasBackground, hasStrokeWidth, hasStrokeStyle, canHaveArrowheads, canChangeRoundness, } from "./comparisons";
export { getNormalizedZoom, getNormalizedGridSize, getNormalizedGridStep, } from "./normalize";