1
0
Fork 0

fix(core): Return property names that are consistent with API

This commit is contained in:
Joost De Cock 2023-10-21 13:26:45 +02:00
parent 05fd153237
commit 1e4a064043
3 changed files with 11 additions and 9 deletions

View file

@ -936,7 +936,7 @@ export function getTransformedBounds(boundsObj, transforms = false) {
)
return {
tl: transformedTl,
br: transformedBr,
topLeft: transformedTl,
bottomRight: transformedBr,
}
}