Files
excalidraw/src/scene/index.ts
2021-01-31 10:47:43 +01:00

21 lines
523 B
TypeScript

export { isOverScrollBars } from "./scrollbars";
export {
isSomeElementSelected,
getElementsWithinSelection,
getCommonAttributeOfSelectedElements,
getSelectedElements,
getTargetElements,
} from "./selection";
export { calculateScrollCenter } from "./scroll";
export {
hasBackground,
hasStroke,
canHaveArrowheads,
canChangeSharpness,
getElementAtPosition,
getElementContainingPosition,
hasText,
getElementsAtPosition,
} from "./comparisons";
export { getNormalizedZoom, getNewZoom } from "./zoom";