1 line
128 B
JavaScript
1 line
128 B
JavaScript
export default function rectToClientRect(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})} |