0.0.2 • Published 8 years ago

element-height v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

Element Height

Get DOM Element height even if it is hidden.

Install

  npm install element-height --save

Usage

  var ElementHeight = require('element-height');

  var element = document.querySelector('.element') // Get the element I want to get the height of

  ElementHeight(element) // 10 - returns the height in px
0.0.2

8 years ago