Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tim-evans/dom-ruler

A library for measuring DOM elements and text
https://github.com/tim-evans/dom-ruler

Last synced: about 2 months ago
JSON representation

A library for measuring DOM elements and text

Awesome Lists containing this project

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`

```bash
npm install -g bower
npm install -g broccoli-cli
```

## Building

```bash
npm run build
```