You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//assuming you have some elements with classname of widget
var dims = require("bounding-dimensions");
console.log(dims(".widget"));
// { width: 100, height: 450, left: 50, top: 80}