UNPKG

height

Version:

Get the height the element should be

5 lines (4 loc) 141 B
var height = require('..') var demo = document.getElementById('demo') var h = height(demo) document.getElementById('height').textContent = h