@excalidraw/excalidraw
Version:
Excalidraw as a React component
6 lines (5 loc) • 518 B
TypeScript
export { isOverScrollBars } from "./scrollbars";
export { isSomeElementSelected, getElementsWithinSelection, getCommonAttributeOfSelectedElements, getSelectedElements, getTargetElements, } from "./selection";
export { calculateScrollCenter } from "./scroll";
export { hasBackground, hasStrokeWidth, hasStrokeStyle, canHaveArrowheads, canChangeSharpness, getElementAtPosition, getElementContainingPosition, hasText, getElementsAtPosition, } from "./comparisons";
export { getNormalizedZoom, getNewZoom } from "./zoom";