Replace getElementAbsoluteXY with getElementAbsoluteCoords

This commit is contained in:
Gasim Gasimzada 2020-01-07 17:28:04 +04:00
parent 8593273775
commit b75d9381da
8 changed files with 111 additions and 73 deletions

View file

@ -1,9 +1,6 @@
export { newElement } from "./newElement";
export {
getElementAbsoluteX1,
getElementAbsoluteX2,
getElementAbsoluteY1,
getElementAbsoluteY2,
getElementAbsoluteCoords,
getDiamondPoints,
getArrowPoints
} from "./bounds";