Files
excalidraw/src/scene/index.ts
T
2022-12-08 16:48:49 +01:00

21 lines
502 B
TypeScript

export { isOverScrollBars } from "./scrollbars";
export {
isSomeElementSelected,
getElementsWithinSelection,
getCommonAttributeOfSelectedElements,
getSelectedElements,
getTargetElements,
} from "./selection";
export { calculateScrollCenter } from "./scroll";
export {
hasBackground,
hasStrokeWidth,
hasStrokeStyle,
canHaveArrowheads,
canChangeRoundness,
getElementAtPosition,
hasText,
getElementsAtPosition,
} from "./comparisons";
export { getNormalizedZoom } from "./zoom";