a function that converts visual css transform to its real position.
- options [object] rotate element options {x, y, width, height}
- angle [number] totate angle
{ point: { topLeft, topRight, bottomLeft, bottomRight }, width, height, left, right, top, bottom }
npm i css-transform
var transform = require("css-transform");
console.log({
x: 50,
y: 50,
width: 100,
height: 100
}, 60);