ktongue's picture
download
raw
262 Bytes
/**
* Returns the offset of a given element, including top and left positions, width and height.
*
* @param node the element
*/
export default function offset(node: HTMLElement): {
top: number;
left: number;
height: number;
width: number;
};

Xet Storage Details

Size:
262 Bytes
·
Xet hash:
059145a31b788fcece2e088abd0b14a9d309fdb3374b2f42687d9d1a1abd15b4

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.