aboutsummaryrefslogtreecommitdiffstats
path: root/packages/excalidraw/scene/index.ts
blob: 1c0b795f1d32cb2ea1c4ac7e4977522fdd2ff5bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
export {
  isSomeElementSelected,
  getElementsWithinSelection,
  getCommonAttributeOfSelectedElements,
  getSelectedElements,
  getTargetElements,
} from "./selection";
export { calculateScrollCenter } from "./scroll";
export {
  hasBackground,
  hasStrokeWidth,
  hasStrokeStyle,
  canHaveArrowheads,
  canChangeRoundness,
} from "./comparisons";
export {
  getNormalizedZoom,
  getNormalizedGridSize,
  getNormalizedGridStep,
} from "./normalize";