excalidraw/src/scene/index.ts

20 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,
getTargetElement,
} from "./selection";
export { normalizeScroll, calculateScrollCenter } from "./scroll";
export {
hasBackground,
hasStroke,
canChangeSharpness,
getElementAtPosition,
getElementContainingPosition,
2020-01-24 12:04:54 +02:00
hasText,
getElementsAtPosition,
} from "./comparisons";
2020-11-04 17:49:15 +00:00
export { normalizeZoomValue as getNormalizedZoom, getNewZoom } from "./zoom";