excalidraw/src/scene/index.ts

21 lines
540 B
TypeScript
Raw Normal View History

export { isOverScrollBars } from "./scrollbars";
export {
isSomeElementSelected,
getElementsWithinSelection,
2020-01-24 12:04:54 +02:00
getCommonAttributeOfSelectedElements,
getSelectedElements,
getTargetElements,
} from "./selection";
export { normalizeScroll, calculateScrollCenter } from "./scroll";
export {
hasBackground,
hasStroke,
canHaveArrowheads,
canChangeSharpness,
getElementAtPosition,
getElementContainingPosition,
2020-01-24 12:04:54 +02:00
hasText,
getElementsAtPosition,
} from "./comparisons";
export { getNormalizedZoom, getNewZoom } from "./zoom";