Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tim-evans/dom-ruler
- Owner: tim-evans
- License: mit
- Created: 2014-10-06T19:18:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T20:06:10.000Z (about 7 years ago)
- Last Synced: 2024-04-30T00:45:21.716Z (8 months ago)
- Language: JavaScript
- Size: 91.8 KB
- Stars: 15
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```