README
DOM Ruler
This library provides a set of utilities to measure the size of DOM elements and arbitrary text (given a sample element).
Prerequisites
broccoli
bower
npm install -g bower
npm install -g broccoli-cli
Building
npm run build
DOM layout metric utility
<script type="module">
import domRuler from 'https://cdn.skypack.dev/dom-ruler';
</script>
This library provides a set of utilities to measure the size of DOM elements and arbitrary text (given a sample element).
broccoli
bower
npm install -g bower
npm install -g broccoli-cli
npm run build